我也来一个
清楚xp系统垃圾
@echo off
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 %windir%\*.bak
del /f/s/q %systemdrive%\recycled\*.*
del /f/s/q %windir%\prefetch\*.*
rd /s/q %windir%\temp & md %windir%\temp
rd /s/q %temp% & md %temp%
del /f/q %userprofile%\cookies\*.*
del /f/q %userprofile%\recent\*.*
rd /s/q "%userprofile%\Local settings\Temporary Internet Files"
cls & echo 清除系统垃圾完成
echo & pause
这些存成一个bat的文件就行了 很好用