110 pts.
 How can I create a registry script file that I can distribute through Group Policy?
How can I create a registry script file that I can distribute through Group Policy? I want this registry key to be added using GP. I want the script to: reg add HKCUSoftwareMicrosoftOffice11.0WordOptions /v NoReReg /t REG_DWORD /d 1 If I saved this as a reg document and try to run it, I get Can not import ...The specified file is not a registry script.

Software/Hardware used:
ASKED: April 22, 2008  4:38 PM
UPDATED: May 8, 2008  6:35 AM

Answer Wiki:
Hi, u can add this registry throgh GP by using .BAT file as a login script. And ensure that u assign this login script in users section. U need to create a *.BAT file as below REG ADD HKCUSoftwareMicrosoftOffice11.0WordOptions /v NoReReg /t REG_DWORD /d 1 /f I have tested this in my test environment and it worked well... hope this will work for u as well.. If u need more info let me know... Thanks Vlvpk
Last Wiki Answer Submitted:  May 8, 2008  6:35 am  by  Vlvpk   790 pts.
All Answer Wiki Contributors:  Vlvpk   790 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _