标题: 清除系统垃圾文件
[打印本页]
作者: kuailefeixiang
时间: 2008-3-9 14:37
标题: 清除系统垃圾文件
@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 s\*.*
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\*.*"
sfc /purgecache '清理系统盘无用文件
defrag %systemdrive% -b '优化预读信息
echo 清除系统LJ完成!
作者: vkjsepq
时间: 2008-3-10 11:41
真的要打那么多吗?我是新手不会谢谢回复下。
作者: msconfig
时间: 2008-3-14 23:33
这个好用!!!!!!
作者: tinlin
时间: 2008-8-14 22:29
月帖......
真是无聊
作者: flyinspace
时间: 2008-8-15 17:38
晕掉,批处理早已经不用这种用法了。
上面的批处理不过是批处理的最初级的应用。
作者: acaodemei
时间: 2008-8-15 18:47
早过时了!
作者: yygyxkj123
时间: 2008-8-16 00:26
早过时了!