View Single Post

  #3  
Old 01-20-2005, 03:33 PM
danjwalker Offline
Registered User
 
Join Date: Dec 2004
Location: England
Posts: 86
Cool 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.
Reply With Quote