如何删除临时文件?

来源:百度知道 编辑:UC知道 时间:2024/05/05 04:29:19
我每次上网看完视频我的视频都会小了点的,别人说是临时文件来的,我想知道下如何删除临时文件,谢谢了

呵呵,方法比较简单!

开始----控制面板------INTERNET选项-----点"删除文件"-----选择"删除所有脱机文件"-----确定------OK

或是

浏览器上的选项----INTERNET选项-----点"删除文件"-----选择"删除所有脱机文件"-----确定------OK

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

@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 "%userprofi