Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Registry get full contents (structure) of key
#1
Is it possible to get the full contents (structure) of a windows registry key, for example like this

This means, the KEY has no VALUES (ends with backslash)
HKEY_CURRENT_USER\Software\Mozilla\Firefox\

If a KEY has VALUES the output looks something like this (if not end with backslash, it means last item is VALUE)
HKEY_CURRENT_USER\Software\Mozilla\Firefox\abc_1
HKEY_CURRENT_USER\Software\Mozilla\Firefox\abc_2
HKEY_CURRENT_USER\Software\Mozilla\Firefox\sub1\abc_3

The above is output method is just example.
I looked here: http://www.robvanderwoude.com/regedit.php for dos method and in 'rget' help.
#2
Save registry to file
#3
Sorry I overlooked that!
wow! thank you!


Forum Jump:


Users browsing this thread: 1 Guest(s)