Batch file to update regisrty
Posted: 29 Jun 2012 06:45
Hi All just wondering if you can help - i need to update the registry and add some keys and dword values...this works as a .reg file to update the registry but i need it to work in a batch script
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\11.0\Excel]
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\11.0\Excel\Security]
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\11.0\Excel\Security\FileValidation]
"EnableOnLoad"=dword:00000000
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\11.0\Word]
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\11.0\Word\Security]
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\11.0\Word\Security\FileValidation]
"EnableOnLoad"=dword:00000000
Thanks in advance
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\11.0\Excel]
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\11.0\Excel\Security]
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\11.0\Excel\Security\FileValidation]
"EnableOnLoad"=dword:00000000
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\11.0\Word]
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\11.0\Word\Security]
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\11.0\Word\Security\FileValidation]
"EnableOnLoad"=dword:00000000
Thanks in advance