Can someone tell me how I can Query the registry for a value.
The problem is that I know what the value is but I dont know what Key the value is in.
Please help....
thanks
tcompe
Printable View
Can someone tell me how I can Query the registry for a value.
The problem is that I know what the value is but I dont know what Key the value is in.
Please help....
thanks
tcompe
Why not just use regedit, and search the registry for that sepecific value?
Once you found it, you know the key.
Tom Cannaerts
[email protected]
The best way to escape a problem, is to solve it.
I would prefer not to shell out to anything.
Is there not a way that I can do it programmaticly?
Is there any API's that I could use