fix office 2003 installation problems
Please perform the following steps to reset the permissions in registry.
1. Download and install the SubInACL utility.
2.Create a new text file named fix_registry_permissions.bat and add the following text to it and save it.
cd /d "%programfiles%\Windows Resource Kits\Tools"
subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=administrators=f /grant=system=f
subinacl /subkeyreg HKEY_CURRENT_USER /grant=administrators=f /grant=system=f
subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=administrators=f /grant=system=f
subinacl /subdirectories %SystemDrive% /grant=administrators=f /grant=system=f
subinacl /subdirectories %windir%\*.* /grant=administrators=f /grant=system=f
3. Run the file from the elevated command prompt.
You can also try the following command if the above mentioned steps doesnt help you.
a) secedit
b) icacls

0 Comments:
Post a Comment
<< Home