GPO Administrative Templates
I'm trying to make an administrative template to add a registry entry or change it if it's already there. Does anyone know of a good site for tutorials, or have any suggestions? I've looked at examples and I'm having a hard time breaking it down.Any assistance is appreciated.
February 26th, 2008 3:48am

I've found it easier to use the regedit command and a login script to make registry changes on client machines. Export the properly configured registry key that you want to changefrom the regedit GUI to a .reg file. Create a batch file that issues the command: regedit /s whatever.reg, where whatever.reg is the name of the exported .reg file. Use a group policy to run the batch file as a startup/shutdown or login/logoff script. You might have to put the .reg file on a network share somewhere, so then the command would be: regedit /s \\server\share\whatever.reg Hope this helps!
Free Windows Admin Tool Kit Click here and download it now
February 29th, 2008 12:43am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics