echo 清理中,请稍后。。。
echo ------------------------------------开始清理:%temp%*.*>>cls%file%.log
del /f /s /q %temp%*.* >>cls%file%.log 2>>clsErr%file%.log
del /f /s /q "%userprofile%locals~1tempor~1*.*" >>cls%file%.log 2>>clsErr%file%.log
del /f /s /q "%systemdirve%recycled*.*" >>cls%file%.log 2>>clsErr%file%.log
del /f /s /q "%userprofile%recent*.*" >>cls%file%.log 2>>clsErr%file%.log
del /f /s /q "%userprofile%cookies*.*" >>cls%file%.log 2>>clsErr%file%.log
del /f /s /q "%userprofile%locals~1history*.*" >>cls%file%.log 2>>clsErr%file%.log
echo ------------------------------------开始清理:注册表信息>>cls%file%.log
echo y | reg delete "HKEY_CURRENT_USERSOFTWAREMicrosoftInternet ExplorerTypedURLS" >>cls%file%.log 2>>clsErr%file%.log
echo y | reg delete "HKEY_CURRENT_USERSOFTWAREMicrosoftWindowsCurrentVersioninternet settings5.0cacheextensible cache" >>cls%file%.log 2>>clsErr%file%.log
echo 清理完毕,按任意键退出
:end
pause
找了2个文件,
但能否将这2个文件,做到1个bat批处理文件 或者 reg文件 里面呢?
1、彻底屏蔽历史记录.ini
文件内容是:
2、彻底屏蔽历史记录.bat
文件内容是:
用1个bat批处理解决。
以上这个,可以屏蔽ie浏览器的“历史记录”
但如何清除ie地址栏的历史网站记录呢?









