有没有快捷建能快速删除IE历史记录和COOKIES

来源:百度知道 编辑:UC知道 时间:2024/06/17 21:19:59
要快,要最快的。。

建立个BAT文件

内容:

del "%userprofile%\Local Settings\History\*.* /q

del "%userprofile%\Cookies\*.* /q

用奇虎360卫士··一键清除··快捷方便··很强大·

Internet Explorer---右键属性--删除cookies,删除文件
删除脱机内容

推荐使用 优化大师(清理系统) + 奇虎360(管理软件漏洞插件)

-------------------------------------------------

@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%\COOKIES s\*.*
del /f /q %userprof