Re: [請益] 刪除垃圾檔的小程式

看板EZsoft (小軟體)作者 (DeBeers)時間18年前 (2008/06/04 00:20), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/2 (看更多)
: =============以下貼到記事本存成 .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 : ==========以上結束================================ 使用了這個小程式之後發現了一些不同的東西 %systemdrive%\recycled\ 在我的電腦裡垃圾筒名字是 RECYCLER %windir%\prefetch\ 我的電腦裡沒有這個資料夾(os:w2k) 另還有幾個資料夾裡的東西也都可以刪除po上來給大家參考 %windir%\Minidump %windir%\Downloaded Installations %windir%\SoftwareDistribution\Download %userprofile%\Application Data\Microsoft\Office\Recent %userprofile%\Local Settings\History %userprofile%\Local Settings\History\History.IE5 %userprofile%\Local Settings\Temporary Internet Files\Content.IE5 以上是我知道這些資料夾裡的東西都可以刪除,各位還知道有其它可以刪除的垃圾資料夾 嗎?麻煩幫我補充一下 謝謝!^^ -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 125.224.18.123
文章代碼(AID): #18HMz6W8 (EZsoft)
文章代碼(AID): #18HMz6W8 (EZsoft)