红茶属于热性还是凉性:如何删除临时文件

来源:百度文库 编辑:神马品牌网 时间:2024/04/27 21:27:43

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

@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%\c o o k i e 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",以后点一下就能自动清除了!

你可以用WINXP自带的搜索功能,只要你把后缀名输一下,一搜索,很快的就会找到你找的临时文件.你也可以用一些软件来删除临时文件

打开IE,点工具---选项--删除文件