复制以下内容到txt文件,另存为.bat即可.
@echo offecho 正在清除系统垃圾文件,请稍候......del /f /s /q %systemdrive%/*.tmpdel /f /s /q %systemdrive%/*._mpdel /f /s /q %systemdrive%/*.giddel /f /s /q %systemdrive%/*.chkdel /f /s /q %systemdrive%/*.olddel /f /s /q %systemdrive%/recycled/*.*del /f /s /q %windir%/*.bakdel /f /s /q %windir%/prefetch/*.*rd /s /q %windir%/temp & md %windir%/tempdel /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