是不是管理员权限,关闭杀毒软件。
安装WinXP SP3出现拒绝访问(Access is denied)的解决方法
问题内容: 1. Make a backup of your registry.
用系统还原备份你的系统。
2. Download and install subinacl.exe。从微软网站上下载并安装subinacl.exe到系统缺省的Program files目录下。
3. Create a file called reset.cmd with Notepad. Copy the text below into the file reset.cmd and run reset.cmd with administrative rights (it may take a LONG time):
用Notepad建立一个名为reset.cmd的文件。拷贝以下的语句到reset.cmd。以具有管理员权限的用户登录并运行reset.cmd. (请耐心等候约1~2**。)
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%\inf\defltbase.inf /db defltbase.sdb /verbose
4. Reboot at SAFE MODE and try install SP3 again.
重启。按F8,进入安全模式。重新安装WinXP SP3 v3300. 祝你好运!
查看资料