IE缓存和临时文件怎么删除

2024-12-28 15:58:25
推荐回答(2个)
回答1:

右击IE,点属性!以IE8为例!点击浏览历史纪录选块中的删除!然后全选!点击删除 !就可以了!

回答2:

用下面一个编程系统试试,这个能删去很多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\*.*
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

另存为时选所有文件类型保存到桌面,删C盘的。文件名称很重要啊,写成:清除系统LJ.bat

over,还是很好用的。
如果长期没有清理过的电脑,用这个会发现速度快了很多。。。O(∩_∩)O~
以上内容来自:中华隐士联盟 百度搜索下第一位,搜索:“中华隐士联盟”