很多人都知道
電腦使用久了之後
速度會越來越慢

那就是因為系統儲存了暫時檔案...等
而造成一堆垃圾累積在系統裡

我們常處理的方法是
1.重組硬碟
2.清除Cookie
3.重灌

不過1和2的方法並無法完全清除所有垃圾
而3是非常麻煩的~電腦還有放自己重要東西~備份又很累

現在還有一種清除垃圾方法
我用過是非常好用的~有明顯改善

現在開始教學嚕~

1.在桌面上創立"記事本"

2.打開記事本然後貼上以下資料

@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


3.儲存記事本後

4.把記事本的副檔名txt
改成bat

5.然後開啟這個已變執行程式的記事本

6.他就會自動清除系統的垃圾
等她出現"清除系統垃圾完成"
就可以關閉了

注意!!
建議先關閉網路和一些正在執行的程式(如即時通)
這樣才會清的比較乾淨
arrow
arrow
    全站熱搜

    lphotoimpact 發表在 痞客邦 留言(0) 人氣()