Fix for “Access Denied” Error when installing windows XP SP3
Procedure to follow
1) Download and then install the Subinacl.exe file from here
2) Start Notepad
Copy and then paste the following text into Notepad.
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
secedit /configure /cfg %windir%\repair\secsetup.inf /db secsetup.sdb /verbose
3) Save this file as sp3fix.bat
Double-click the sp3fix.bat file to run the script.
Note This script file may take a long time to run. You must run this script as an administrator.
After completing the above script you can Install Windows XP SP3.
Incoming search terms:
- xp sp3 access denied (2)
- win xp sp3 win32: zugriff verweigert fix (2)
- Windows XP Service Pack error Access is denied (2)
- cannot access windows installer service in xp (2)
- windows xp sp3 install access denied (2)
- Windows xp sp3 cannot copy file access is denied (1)
- windows xp sp3 installation access denied (1)
- windows xp sp3 installation error Access denied (1)
- windows xp service pack 3 access denied error (1)
- xp access denied (1)
Trackbacks & Pingbacks
Comments
Leave a comment
Line and paragraph breaks automatic, e-mail address never displayed, HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>






nice..
This also fixes access denied errors when installing sp2, you beautiful person! (^_^)