dogfox 自动清理XP系统垃圾[优化版]

472阅读 0评论2008-03-04 dogfox
分类:WINDOWS

@echo off
echo dogfox 自动清理XP系统垃圾..................
echo 您使用的soft来自http://blog.chinaunix.net/u2/62652/


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 /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
del /f /s /q %userprofile%\cookies\*.*
del /f /s /q "%userprofile%\recent\*.*"
del /f /s /q %windir%\driver.cab
del /f /s /q "TEMP%\*.*"
del /f /s /q "%TMP%\*.*"
del /f /s /q "%SYSTEMROOT%\Temp\*.*"

del windows\system32\dllcache\*.dll
sfc /purgecache
chkntfs /t:0
cleanmgr /sagerun:99
echo dogfox 自动清理XP系统垃圾完毕!!!!!!!!

echo  http://blog.chinaunix.net/u2/62652/
echo. & exit

上一篇:没有了
下一篇:dogfox 版 XP 优化处理器