Re: [請益] 刪除垃圾檔的小程式
: =============以下貼到記事本存成 .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
討論串 (同標題文章)
完整討論串 (本文為第 1 之 2 篇):
EZsoft 近期熱門文章
PTT數位生活區 即時熱門文章
10
15