well...
Do the reg hack as the guy suggested. Then export it to a .reg file. Then, either import it using remote registry if you have it or put it into a group policy under COMPUTER CONFIGURATION\WINDOWS SETTINGS\SCRIPTS\STARTUP You could make a visual basic script or batch file. The batch file can have this...
regedit /a file.reg (where file.reg contains the exported registry setting)
Then restart all machines on your network.
I think this should work.
|