20091011[How to deploy registry settings through group policy]
Posted by
nigel
on
Sunday, October 11, 2009 (PST)
Active Dircetory;AD;Windows;Doamin;Policy
|
- Prepare a registry file with the settings which you want to deploy. (i.e. reg_policy.reg)
- Place the registry file at domain controller \\domain-controller\netlogon.
- Create a batch file (i.e. policy.bat) with the command "regedit /s \\domain-controller\netlogon\reg_policy.reg".
- Create a STARTUP script in the COMPUTER CONFIG of the GROUP POLICY.
|
|