文档介绍:IE及系统限制修复器
用于修复IE和系统的某些限制,可参考中文说明
将以下内容复制到记事本,另存为所有文件,扩展名改成cmd,然后双击该文件就可以了。
***@echo off
cls
color 2f
echo.
echo IE及系统限制修复器
echo.
echo ================================================
echo 注意!
echo 请在开始修复前,关闭所有浏览器及其他应用程序窗口!
echo ================================================
echo.
echo 准备好后按任意键继续……
pause>nul
echo.
echo 开始修复 IE 及相关的系统设置项目……
echo.
reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System" /f /v DisableRegistryTools /t REG_DWORD /d 00000000>nul 2>nul
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System" /f /v DisableRegistryTools /t REG_DWORD /d 00000000>nul 2>nul
reg add "HKLM\Software\CLASSES\.reg" /f /ve /d regfile>nul 2>nul
echo 恢复EXE文件打开方式
reg add "HKCR\exefile\shell\mand" /f /ve /t REG_SZ /d ""%1" %*">nul 2>nul
echo 取消对任务管理器的禁用
reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System" /f /v DisableTaskMgr /t REG_DWORD /d 00000000>nul 2>nul
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System" /f /v DisableTaskMgr /t REG_DWORD /d 00000000>nul 2>nul
echo 取消对组策略编辑器的禁用
reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /f /v RestrictRun /t REG_DWORD /d 00000000>nul 2>nul
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /f /v RestrictRun /t REG_DWORD /d 00000000>nul 2>nul
echo 解开注册表
reg add "HKCU\Software\Microsoft\Win