How can I create a registry script file that I can distribute through Group Policy?
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.



