直接下載預設檔案: http://www.mediafire.com/download.php?ditjgnt2zlg
方法:
第一步:開啟記事本。
第二步:復製以下的文字至記事本。
@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 清除系統垃圾完成!
echo. & pause
第三步:另存新檔>輸入"文檔名.bat">存檔類型改為所有檔案>存檔
第四步:執行剛剛建立的檔案,開始清除垃圾文件,請稍候。
第五步:完成
※注意:如果不想誤刪cookies,就不要複製"del /f /q %userprofile%\cookies\*.*"這一段以免每次登入網站都重新輸入。