彻底关闭xp sp3文件保护
我们可以使windows认为自己处于安全模式,因此sfc/wfp是关闭的。
rshx32.dll = security tab
sfc_os.dll = wfp

step 1: 打开运行,键入services.msc并按下回车键。找到cryptographic services服务,设置为已禁用,然后单击停止。
step 2: 打开命令提示符窗口,键入以下命令:
cd \\windows\\system32
ren rshx32.dll rshx32.old
ren sfc_os.dll sfc_os.old
上面的操作可能会出现文件保护服务对话窗口,请务必选择取消。
step 3: 键入以下命令:
cd \\
del rshx32.dll /s
del sfc_os.dll /s
cd \\windows\\system32
copy rshx32.old rshx32.dll
copy sfc_os.old sfc_os.dll
step 4:  键入以下命令:
debug rshx32.dll
现在会出现“-”号的迹象, 键入以下命令:
s 100 8000 74 00 5c 00 4f
返回结果:
0ade:0ac0
键入以下命令,修改0ac0为您返回的结果:
e 0ac0 74 00 00 00 4f
按下w
按下q
step 5: 键入以下命令:
debug sfc_os.dll
现在会出现“-”号的迹象, 键入以下命令:
s 100 8000 74 00 5c 00 4f
返回结果:
0ade:0ac0
键入以下命令,修改0ac0为您返回的结果:
e 0ac0 74 00 00 00 4f
按下w
按下q
step 6:键入以下命令:
copy rshx32.dll dllcache
copy sfc_os.dll dllcache
step 7: 现在可以关闭命令提示符,请打开注册表编辑器(regedit)并转到以下项:
hkey_local_machine\\system\\currentcontrolset\\control\\safeboot
创建一个新的dword值并命名为optionvalue并指定值为1 。关闭regedit。
step 8: 运行services.msc程序,选择cryptographic services,更改启动类型为手动然后应用但不要启动这个服务 (注: 如果您开始这个过程前cryptographic services服务为关闭的那么请跳过此步)
step 9: 重新启动您的计算机
现在恭喜您已经成功关闭了讨厌的sfc/wfp