Access denied in XPSP3 for windows XP - TechRepublic
General discussion
November 18, 2008 at 01:46 PM
avinash_punjabi

Access denied in XPSP3 for windows XP

by avinash_punjabi . Updated 17 years, 8 months ago

The ?Access Denied? Error While Installing Windows XP SP3 Release Candidate 2

While installing Windows XP SP3, you receive the following error:

Windows XP Service Pack 3 installation failed.
Access is denied.

Resolution:

1. Backup the Registry

2. If subinacl.exe is not installed, download and install

subinacl.exe.

3. Create a file called reset.cmd with Notepad. Copy the text below into the file reset.cmd and run reset.cmd from an account with administrative privileges:

Windows XP Home Edition:

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

For complete solution check at : http://avi4ya.110mb.com/acces-denied.htm

Regards,

Avinash P.

www.avi4ya.110mb.com

This discussion is locked

All Comments