| View previous topic :: View next topic |
| Author |
Message |
dmonckton Contributor


Joined: 09 Aug 2002 Posts: 117 Location: Lewes, U.K.
|
Posted: Tue Apr 12, 2005 2:05 pm Post subject: Searching the Registry |
|
|
Hi
Does anyone know of a way of searching the registry, the @regread() function seems very limted.
Thanks
David.M |
|
| Back to top |
|
 |
Hooligan VDS Developer


Joined: 28 Oct 2003 Posts: 480 Location: California
|
Posted: Tue Apr 12, 2005 2:37 pm Post subject: |
|
|
Hi Dmonckton,
Your question is very generic... Could you provide more info as to what you're looking for? (i.e. keyword search, search only certain hives or keys, etc.)
Hooligan _________________ Hooligan
Why be normal? |
|
| Back to top |
|
 |
dmonckton Contributor


Joined: 09 Aug 2002 Posts: 117 Location: Lewes, U.K.
|
Posted: Tue Apr 12, 2005 3:41 pm Post subject: |
|
|
Hi again
Well what I'm trying to do is collect in a list the values I find in a key and then save this to a file on a server. When using @regread() you have to know what you are looking for, I don't.
For example I'm trying to find the values stored at:
LOCAL,SOFTWARE\Microsoft\Shared Tools\Proofing Tools\Custom Dictionaries
I will be doing this on 350 machines and have no idea what is stored in this Key on each machine.
Thanks
David.. |
|
| Back to top |
|
 |
jules Professional Member


Joined: 14 Sep 2001 Posts: 1043 Location: Cumbria, UK
|
Posted: Tue Apr 12, 2005 5:05 pm Post subject: |
|
|
I think you need to look up LIST REGKEYS and LIST REGVALS in the help file. _________________ The Tech Pro
www.tech-pro.net |
|
| Back to top |
|
 |
dmonckton Contributor


Joined: 09 Aug 2002 Posts: 117 Location: Lewes, U.K.
|
Posted: Fri Apr 15, 2005 8:56 am Post subject: |
|
|
Thanks Jules
I've now got to turn that info into a subroutine!
Cheers
David... |
|
| Back to top |
|
 |
|