Question
Thread display: Collapse - |
All Answers
Share your knowledge
Start or search
Create a new discussion
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
Changing Users Registry remotely on Windows 2000
When attempting to alter the registry settings on Win XP using this script it works fine but when applying the same script to Win2000 workstations it doesnt seem to work
I'm attempting to connect to the registry by identifying the SID of a client and altering the users current hive
Method I'm using to alter the registry is as follows
Set oRegistry = GetObject("winmgmts:{impersonationLevel=impersonate}!\\" & strWorkstation & "\root\default:StdRegProv")
Result = oRegistry.SetStringValue(sstrRoot, sstrPath, sstrName, sstrValue)
Windows 2000 Pc's use SP4