24h購物| | PChome| 登入
2008-06-08 02:45:45| 人氣283| 回應0 | 上一篇

4/17 電腦清除-自己動手做程式 。

推薦 0 收藏 0 轉貼0 訂閱站台

在桌面上點滑鼠右鍵,選擇新建一個「記事本」,把下面的字複製進去,
點「另存為」,把檔案名定為「清除系統LJ.bat」就完成,記住後名一定要是.bat,好ok了!你的垃圾清除器就這樣製作成功了!
雙擊它就能很快地清理垃圾檔案,大約一分鐘不到。

開始動手製作吧!
複製下面的字:
=====================================================================
以上為分隔線

@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 SettingsTemporary Internet Files*.*”
del /f /s /q ”%userprofile%Local SettingsTemp*.*”
del /f /s /q ”%userprofile%recent*.*”
echo 清除系統垃圾檔案完成!
echo. & pause

=====================================================================複製上面的字~~~

以後只要雙擊運行該檔案,當螢幕提示「清除系統垃圾檔案完成!」
隨便點擊一個按鍵,即可關閉!

台長: 熊仔
人氣(283) | 回應(0)| 推薦 (0)| 收藏 (0)| 轉寄
全站分類: 數位資訊(科技、網路、通訊、家電) | 個人分類: ※→電腦網路軟體應用←※ |
此分類上一篇:4/17 更新-功能網頁 。網路測速專用!
TOP
詳全文