Would you like to react to this message? Create an account in a few clicks or log in to continue.

自製系統垃圾清除工具

3 posters

向下

自製系統垃圾清除工具 Empty 自製系統垃圾清除工具

發表  破碎の炎 周日 8月 31, 2008 11:09 am

是說這應該算是一個古老的辦法...
不過對於沒用過的人,應該可以幫你清出很多空間= =+

方法很簡單
>>打開記事本
>>複製以下的程式碼進去
>>另存新檔
>>檔名取為"XXX.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
===========================================================================

這個程序主要是幫忙清掉系統裡面一些沒用的暫存檔案
對電腦的運作完全沒有影響XD
破碎の炎
破碎の炎
Admin

文章總數 : 70
年齡 : 115
注冊日期 : 2008-08-14

http://blog.xuite.net/breakfire/blog

回頂端 向下

自製系統垃圾清除工具 Empty 回復: 自製系統垃圾清除工具

發表  塔口 周日 8月 31, 2008 11:14 pm

喔喔喔提供大感謝!!!

是說我刪了好多東西!(驚)
塔口
塔口
Admin

文章總數 : 107
年齡 : 33
來自 : 海底?!
注冊日期 : 2008-08-15

http://blog.xuite.net/xxx41275/wishfulthinking

回頂端 向下

自製系統垃圾清除工具 Empty 回復: 自製系統垃圾清除工具

發表  阿朱 周三 9月 03, 2008 11:21 pm

超棒的~~
我在清掃中~~
話說我的電腦變好慢喔~~
好想換台"蘋果電腦"
阿朱
阿朱

文章總數 : 26
注冊日期 : 2008-08-14

回頂端 向下

回頂端


 
這個論壇的權限:
無法 在這個版面回復文章