【分享】花幾秒copy落記事本,清除你:C盤垃圾!
| 【分享】花幾秒copy落記事本,清除你:C盤垃圾! 
 教大家自己寫個程式
 
 這個程式是自動清理電腦裏的垃圾而不會破壞系統 比很多軟體都好哦
 新建一個記事本並輸入以下的內容:
 
 @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 清除系統LJ完成!
 echo. & pause
 
 
 ~~~~SAVE時更名為“清除系統LJ.bat,~~~~
 ok!你的LJ清除器就這樣製作成功了!
 以後只要雙擊運行該檔,當螢幕提示“清除系統LJ完成!就還你一個“苗條”的系統了!!到時候再看看你的電腦,是不是急速如飛呢?
 
 覺得好的話就頂一個吧!
 |