Re: Edit registry remotely?
The publish to web option is probably in the user hive (HKCU) so not suitable for WMI scripting.
You have two options both launched for a GPO:
Administrative templates or Login Scripts (modify HKCU in VBS, KiXtart, Python etc).
PolicyMaker perhaps. Ask ajbritton as he has more experience with this app.
Re: Edit registry remotely?
you can also use the 'reg' command to do it in .CMD/.BAT files.
Re: Edit registry remotely?
there's a version of cmd line reg that can do remote stuff but i can't remember where you get it from. might be a resource kit. someone will know....
Re: Edit registry remotely?
Cheers for the input guys. I must be on a go slow today. Forgot about using regedit /s in startup scripts.
Anyways have made a vbs script that I can stick into a GPO that add the setting I need.
Re: Edit registry remotely?
Quote:
Originally Posted by Geoff
you can also use the 'reg' command to do it in .CMD/.BAT files.
Yeah these should run in the scripts as arbitrary CMD and BAT should excluded from the excutable whitelist.