七彩焰阳 发表于 2009-10-25 15:25:54

系统垃圾程序清理程序

@echo off
title 七彩梦幻专用系统垃圾清理程序
echo 如果我要清理按任意建 若要退出请关闭。。。
pause
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 恭喜恭喜~~
echo. & pause

保存到文件中.文件结尾保存为 .bat 就可以了
页: [1]
查看完整版本: 系统垃圾程序清理程序