| View previous topic :: View next topic |
| Author |
Message |
bjdavis Valued Newbie

Joined: 03 Jan 2002 Posts: 28 Location: Jacksonville, FL
|
Posted: Wed Sep 25, 2002 11:01 pm Post subject: [resolved] Retrieve All keys under a particular subkey??? |
|
|
I am tryiing to figure out how to retrieve all the subkeys under a particular subkey.
Any ideas???
Example
[HKEY_CURRENT_USER]
SOFTWARE\WIDGETSOFTWARE
Under WidgetSoftware there are many more subkeys.
Is there a way to retrieve them using VDS?
:? _________________ B.J. Davis, MCSE |
|
| Back to top |
|
 |
cnodnarb Professional Member


Joined: 11 Sep 2002 Posts: 766 Location: Eastman, GA
|
Posted: Thu Sep 26, 2002 12:07 am Post subject: |
|
|
| Code: |
LIST REGKEYS,list1,CURUSER,SOFTWARE\WIDGETSOFTWARE
|
NodNarb |
|
| Back to top |
|
 |
bjdavis Valued Newbie

Joined: 03 Jan 2002 Posts: 28 Location: Jacksonville, FL
|
Posted: Thu Jul 29, 2004 8:52 pm Post subject: Cool |
|
|
Thanks,
Oh and sorry it only took me almost 2 years to say it.
better late than never they say! _________________ B.J. Davis, MCSE |
|
| Back to top |
|
 |
Skit3000 Admin Team

Joined: 11 May 2002 Posts: 2166 Location: The Netherlands
|
|
| Back to top |
|
 |
|