清除系統垃圾文件

打開[開始]-[全部程序]-[附件]-[記事本]     
而後複製如下內容     
@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 %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\*.*"     
sfc /purgecache '清理系統盤無用文件     
defrag %systemdrive% -b '優化預讀信息     
echo 清除系統LJ完成!     
echo. & pause     
複製完保存,就是點記事本左上角的 文件 , 選保存 ,而後改名爲「清除系統LJ.bat」 就OK了,之後只要雙擊運行該文件,當屏幕提示「清除系統LJ完成!
相關文章
相關標籤/搜索