2010-08-27 21:08:51◆是我ヾ周韋辰〃〃

清除系統垃圾(引用)

===========================================================================
@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 SettingsTemporary Internet Files*.*"
del /f /s /q "%userprofile%Local SettingsTemp*.*"
del /f /s /q "%userprofile%recent*.*"
echo
清除系統垃圾完成! 
echo. & pause

===========================================================================



清除系統垃圾




依序打開左下方的「開始」「程式集」「 附屬應用程式」與「記事本」,把下面 深藍色 的字複製貼進去,點「記事本」上方的「另存新檔」,把文件的檔名存為「清除系統垃圾.bat」就完成,記住後副檔名一定要是 .bat ,好ok了!你的垃圾清除器就這樣製作成功了!雙擊它就能很快地清理垃圾文件,大約一分鐘不到。 
複製下面的字: