000717韶钢松山目标价:"Temporary Internet Files"这个文件夹的东西有用吗?可以删吗?

来源:百度文库 编辑:高校问答 时间:2024/04/29 07:08:29
里面很多很多东西,二百多兆,可以删吗?

可以的,是系统产生的临时文件,编写一个程序,彻底清除:

新建一个记事本并输入以下的内容:

@echo off

echo 正在清除系统LJ文件,请稍等......

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

最后将它保存,然后更名为“清除系统LJ.bat”!ok!双击之,C盘会变大的

没有用可以删

临时文件,完全可以删除