清理垃圾最好用透明度高的東西,安全點,下麵這個清理垃圾還是不錯的,把以下內容複製到文本文檔裡,然後更改格式為.dat
@echo off
echo 正在清除系统垃圾文件,请稍等......
del /f /s /q %windir%\*.bak
del /f /s /q %windir%\temp\*.*
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 %windir%\prefetch\*.*
del /f /s /q %userprofile%\recent\*.*
del /f /s /q %userprofile%\cookies\*.*
del /f /s /q %systemdrive%\recycled\*.*
del /f /s /q %userprofile%\Local Settings\Temp\*.*
del /f /s /q %userprofile%\Local Settings\Temporary Internet Files\*.*
echo .
echo .
echo .
echo 一切都那麽瘋狂...
echo. & pause