|
-
May 19th, 2006, 08:34 AM
#1
Thread Starter
Member
Regread Network Key
I am trying to read all the value's and data in a registry key, but one valuet is a network object so the value name is '\\servername\printername'.
So my code looks like this:
wshShell.RegRead ("HKCU\Software\Microsoft\Windows NT\Current Version\Devices\\\servername\printername")
I can read all the other objects in the key except this one because it start with '\\' and messes up regread. I have tried putting the value in quotes, single and double, but with no luck. Any ideas?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|