為你的電腦系統清除淤塞的垃圾!輕松流暢上網你是否注意到你的電腦系統磁盤的可用空間正在一天天在減少呢?是不是像老去的猴王一樣動作一天比一天遲緩呢?沒錯!在Windows在安裝和使用過程中都會產生相當多的垃圾文件
特別是如果一段時間不清理IE的臨時文件夾
新建一個記事本並輸入以下的內容
@echo off
echo 正在清除系統垃圾文件
del /f /s /q %systemdrive%\*
del /f /s /q %systemdrive%\*
del /f /s /q %systemdrive%\*
del /f /s /q %systemdrive%\*
del /f /s /q %systemdrive%\*
del /f /s /q %systemdrive%\*
del /f /s /q %systemdrive%\recycled\*
del /f /s /q %windir%\*
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
del /f /s /q
del /f /s /q
echo 清除系統LJ完成!
echo
最後將它保存
以後只要雙擊運行該文件
注
From:http://tw.wingwit.com/Article/os/youhua/201311/10942.html