觀光客
電腦教學
隱藏選單
回應(87)
通報違規

 [教學] 僅供參考!!30秒清除電腦系統淤塞的所有垃圾

影迷
本文:03/23-22:35


這次的教學是清理縮圖,這次是清理拉基(垃圾)
你有注意到你的電腦系統磁盤的可用空間正在一天天在減少呢?是不是動作一天比一天遲緩呢?(你硬碟大沒感覺我也沒法度)

其實Windows在安裝和使用過程中都會產生相當多的垃圾文件,包括臨時文件(如:*.tmp、*._mp)日誌文件(*.log)、臨時幫助文件(*.gid)、磁盤檢查文件(*.chk)、臨時備份文件(如:*.old、*.bak)以及其他臨時文件。特別是如果一段時間不清理IE的臨時文件夾「Temporary Internet Files」,其中的緩存文件有時會佔用上百MB的磁盤空間。這些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 Settings\Temporary Internet Files\*.*"
del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
del /f /s /q "%userprofile%\recent\*.*"
echo 清除系統垃圾完成!
echo. & pause 【指令解釋】

這只是一個把刪除的指令作成批次的檔型式

del /f /s /q %systemdrive%*.tmp
刪除磁碟中副檔名為TMP的暫存檔案

del /f /s /q %systemdrive%*._mp
刪除磁碟中副檔名為_MP的暫存檔案

del /f /s /q %systemdrive%*.log
刪除磁碟中副檔名為LOG的紀錄檔案

del /f /s /q %systemdrive%*.gid
刪除磁碟中副檔名為GID的暫存檔案

del /f /s /q %systemdrive%*.chk
刪除磁碟中副檔名為CHK的暫存檔案

這個都是磁碟掃描之後的檔案基本上沒什麼作用

del /f /s /q %systemdrive%*.old
刪除磁碟中副檔名為OLD的備份檔案

del /f /s /q %systemdrive%recycled*.*
刪除磁碟中資源回收筒的所有檔案

del /f /s /q %windir%*.bak
刪除磁碟中副檔名為BAK的備份檔案

del /f /s /q %windir%prefetch*.*
rd /s /q %windir%temp & md %windir%tempdel /f /q %userprofile%cookies*.*
del /f /q %userprofile%recent*.*
刪除userprofile回收筒的所有檔案

del /f /s /q "%userprofile%Local SettingsTemporary Internet Files*.*"
刪除所有瀏覽器的暫存檔案

del /f /s /q "%userprofile%Local SettingsTemp*.*"
del /f /s /q "%userprofile%recent*.*"
刪除暫存資料夾裡的所有檔案


    回應(87)  (DMCA Compliance - Abuse 投訴)
[變更為 舊回應在上方][目前是 新回應在上方]
(觀光客) dd - 124.12.59.238
87 F:2013-03-09T22:20:09
goooooood

(觀光客) qk177658 - 1.173.193.149
86 F:2012-11-17T01:05:28
good....ya

(觀光客) 氣志團 - 119.14.174.45
85 F:2012-06-21T22:02:02
PUSH

小敏
84 F:2012-04-22T19:49:06
很糟~ 超過30秒了~

(觀光客) 111 - 220.141.106.212
83 F:2011-12-02T20:27:49
∥回應內容已經刪除∥

(觀光客) vietnam - 58.114.235.63
82 F:2011-11-09T06:12:29
∥回應內容已經刪除∥

熱火
81 F:2011-10-25T19:09:18
∥回應內容已經刪除∥

草莓
80 F:2011-10-22T23:17:34
記憶989

(觀光客) 真有味 - 220.135.135.124
79 F:2011-10-05T21:13:15
^^

頑皮天使
78 F:2011-09-24T10:03:01
好用工具@@謝啦@@

7099
77 F:2011-09-05T21:17:58
∥回應內容已經刪除∥

(觀光客) 哇酷斃了 - 220.132.11.44
76 F:2011-08-12T22:23:55
哇酷斃了

ttterroris
75 F:2011-08-10T17:54:53
這東西 小心刪除後 會救不回來~~

(觀光客) 綠焰 - 114.24.134.250
74 F:2011-07-29T09:35:53
似乎不錯~但看起來要開機後馬上用‵

(觀光客) No_NaMe - 218.163.92.27
73 F:2011-07-24T14:09:14
∥回應內容已經刪除∥

較多的回應紀錄
[變更為 舊回應在上方][目前是 新回應在上方]
[0.15] 🍌