2008年4月24日 星期四

清除系統垃圾批次檔

下載批次檔
-------------------------------------------------------
@echo off
echo ★★★★★★★★★★★★★★★★★★★
echo ★ ★
echo ★ 說明:清除系統垃圾的批次檔 ★
echo ★ ★
echo ★★★★★★★★★★★★★★★★★★★
pause
cls
echo 正在清除垃圾資料...
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
del /f /s /q %systemdrive%\*.chk
del /f /s /q %systemdrive%\*.old
del /f /s /q %systemdrive%\recycled\*.*
del /f /s /q %windir%\*.bak
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 清除完畢!
pause

沒有留言:

熱門文章