SOGO論壇
標題:
如何 輕鬆清光Windows 系統產生的垃圾
[列印本頁]
作者:
台中A-JAY
時間:
2007-11-26 01:00:05
標題:
如何 輕鬆清光Windows 系統產生的垃圾
先打開記事本
將下面的文字輸入之後..
另存新檔..然後將副檔名順便改成
.bat
也就是
清除系統垃圾.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
echo. & pause
===============
你也可以把
& pause
這個消除掉..
這樣在掃完系統垃圾之後..
也就不會停在那邊..
還得等你把這個視窗關掉一次...
而是會直接自動關掉這個bat檔的視窗..
作者:
中發白
時間:
2007-12-1 09:23:25
大大 這已經有前輩賜教過了
大家都知道了
歡迎光臨 SOGO論壇 (https://oursogo.com/)
Powered by OURSOGO.COM