| View previous topic :: View next topic |
| Author |
Message |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Tue Oct 29, 2002 9:48 pm Post subject: List Regkeys Trouble |
|
|
How can I use one of the registry functions to obtain a list of all of the registry keys in a specified location, such as the CurrentVersion\Run section?
I was trying to get it to work with the following code:
| Code: | list create,1
list regkeys,1,HKEY_LOCAL_MACHINE\Software\Microsoft\Windows,Run
info @text(1) |
But I have had no luck.  _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
Mac Professional Member

Joined: 08 Jul 2000 Posts: 1585 Location: Oklahoma USA
|
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Tue Oct 29, 2002 10:42 pm Post subject: |
|
|
Thank you!
Great piece of code!  _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
Mac Professional Member

Joined: 08 Jul 2000 Posts: 1585 Location: Oklahoma USA
|
Posted: Tue Oct 29, 2002 10:52 pm Post subject: |
|
|
No problem FF,
VDS help is kinda vague on LIST REGKEYS and LIST REGVALS.
Cheers, Mac  _________________ VDSug.dll does file IO, check/disable menu items,
non-VDS dlls, draw functions and more...
Free download (30k dll size) at:
http://www.vdsworld.com/download.php?id=361
 |
|
| Back to top |
|
 |
|