作者debeers (DeBeers)
看板EZsoft
标题Re: [请益] 删除垃圾档的小程式
时间Wed Jun 4 00:20:21 2008
: =============以下贴到记事本存成 .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