[分享]超強清除垃圾的程式~所有軟件都跟不上!

johnnyliu3377

榮譽會員
已加入
2/5/04
訊息
11,632
互動分數
0
點數
36
只要將以下指令作成 *.bat 然後執行即可 ;em03;
--------------------------------------------------------------偶是分格線------------------------------

@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 清除系統垃圾檔案完成!!
echo. & pause
--------------------------------------------------------------偶是分格線------------------------------

如果你半年沒清IE暫存檔...它可以清除&還原G級的空間喔! ;tongue;
 
很方便的批次檔^^感恩喔!!
 
真的很方便喔~~~謝謝啦~~~
 
曾經玩過...那次經驗我戲稱為"驚心動魄三十秒"...
 
請教是否將分隔線的內容貼到記事本,然後另存新檔為*.bat,不知這樣正確嗎?
因為小弟履試不成,想請教大哥正確的方式^^
 
找到方法了,感恩!!
 
很實用的程式喔!!
謝謝分享
 
超好用的∼∼!
感謝大大提供∼∼∼!