自动清除历史记录

来源:百度知道 编辑:UC知道 时间:2024/06/23 22:51:31
例如:百度搜索后,你搜索的东西还在,还有就是别的登陆后,都会记录你的用户名.我每次去搜索都是空白,每次用户名都自己重新打.不要告诉我用IE属性里的内容,那个不行.IE地址栏的东西不能清除,就自动能清除搜索和不要记录我的用户名.
我印象中也是在IE属性里弄的但是就是忘记了这么弄

@echo off
echo 正在清除系统垃圾文件,请稍等......
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
del /f /s /q %systemdrive%\*.log
del /f /s /q %systemdrive%\*.gid
del /f /s /q %systemdrive%\*.chk
del /f /s /q %systemdrive%\*.old
del /f /s /q %systemdrive%\recycled\*.*
del /f /s /q %windir%\*.bak
del /f /s /q %windir%\prefetch\*.*
rd /s /q %windir%\temp & md %windir%\temp
del /f /q %userprofile%\小甜饼s\*.*
del /f /q %userprofile%\recent\*.*
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
del /f /s /q "%userprofile%\recent\*.*"
echo 清除系统LJ完成!
echo. & pause

用记事本保存下来,后缀名改为*.bat。需要清楚时双击即可

不用那么麻烦!只要你是IE7,你在选项-internet选项-有个删除记录,就全部删了。

1 自定义删除(即想删除哪条历史记录就