2012年2月26日 星期日

清除系統垃圾




是否常感覺電腦越來越慢呢 ?
可能是你電腦內的垃圾檔案太多的緣故
藉由這個簡單的軟體來刪掉那些不必要的麻煩吧



首先 , 請先開啟記事本
複製以下內容於記事本內

@echo off
echo 正在清除系統垃圾文件,請稍等......
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
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 ]
      ( 記得一定要打上 .bat ㄛ )
之後你就會看到長這樣的東西在你儲存的位置中囉


點兩下開啟後 , 會出現這個視窗


讓它跑一下 , 把不要的東西都刪掉後
會出現這個畫面

點選任意鍵即可完成掃描




0 回覆:

張貼留言