同事共享的一個清除電腦垃圾的Bat文件

@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
View Code

新建一個文本文件,將上面的指令copy過去,將文件另存為后綴為.bat的文件,雙擊該文件,然后。。。。

你就能看到你電腦的系統盤一般為C盤的未使用的空間刷刷刷的往上漲,然后你就可以偷著樂了。

 

 

posted @ 2013-08-15 09:18  老飞飞  阅读(256)  评论(0)    收藏  举报