Re: Network registry editor
Thread moved from CodeBank forum (which is not for asking questions)
Re: Network registry editor
looks straightforward, creates a registry object (oreg), defines the key, keypath and new value, then sets the new value
you should be setting back to the old value after finishing your task
Re: Network registry editor
I got that much. I have never seen this:
Set StdOut = WScript.StdOut
Set oReg=GetObject("winmgmts:{impersonationLevel=impersonate}!\\" &_
strComputer & "\root\default:StdRegProv")
What is this doing?
Re: Network registry editor
stdout is just an output method of the windows scripting host to log to
oreg is a created registry objectby wimdowsmanagement (WMI) to the computer in strcomputer
Re: Network registry editor
Re: Network registry editor
Since I haven't been here too many times, how do I mark this as resolved?
Re: Network registry editor
put the green check on the first post, by editing, or use thread tools > mark thread resolved