返回列表 回復 發帖

30秒清除電腦系統淤塞的所有垃圾

打開「記事本」,把下面的字複製進去,點「另存為」,把文件名定為「清除系統垃圾.bat」就完成,記住後副檔名一定要是.bat,好ok了!你的垃圾清除器就這樣製作成功了!雙擊它就能很快地清理垃圾文件,大約一分鐘,垃圾多的話就會比較久。
複製下面的字:從 @echo off ~ echo. & pause PS:======= 不要複製
===========================================================================
@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上的清除來清我電腦的垃圾>"< 我是原始然人阿...
我是把它複製起來存成*.BAT來執行,懶的話也可以複製起來直接貼到cmd裡面就可以執行
8# 紅豆冰


試試看  步錯用的
3# mom


不客氣
12# rebaca
返回列表