Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Done Enumerate registry keys

Aug
376
9
In the %@REGxxxx[ ] "suite" of functions I'm missing a function to enumerate registry sub-keys and/or values.

Something like: %@REGENUM[ HKCU\Console ] to get all the subkeys and values on that level.
Maybe even with a parameter to get just the keys or just the values.
Data is less relevant imo ; it can be queried with the other functions.


The Windows registry has a less intuitive naming convention (keys, values, data), so for clarification:
Key = HKCU\Console\C:_Program Files_JPSoft_TCCLE14x64_tcc.exe
Value = FaceName
Data = Lucida Console
 
Back
Top