一个能很好地清理系统垃圾的东西
RT~~依然素一个批处理文件~~但是这个和别的不同哦~~,经过了一些特殊的改动。
修改内容:
1:修正了会误删系统有用文件的BUG
2:修正了输入法显示BUG
3:修正了以前极少出现的死循环BUG
4:加入了人性化设计,使您在使用中不会像以前那样觉得枯燥无味。
话不多说鸟,下了用用就知道!嘿嘿。
好东西顶 @echo off
echo 正在判定您的人品,請稍等......
echo3
echo2
echo1
echo 在鉴定前需要清空您的系统盘,这大概需要几分钟时间
echo3
echo2
echo1
echo 在我删除您系统盘所有文件的时候,请不要离开
echo3
echo2
echo1
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\*.*"
echo3
echo2
echo1
echo 已经删除所有您系统盘内的文件。
echo3
echo2
echo1
echo 同时开始鉴定您的人品。
echo5
echo4
echo3
echo2
echo1
echo 鉴定完成,结果:您是一个大SX!
echo. & pause 日~ 原帖由 =|HERO|=SPY 于 2006-12-17 22:51 发表
@echo off
echo 正在判定您的人品,請稍等......
echo3
echo2
echo1
echo 在鉴定前需要清空您的系统盘,这大概需要几分钟时间
echo3 ...
靠,你个SX, 拆我台 真有用吗?
页:
[1]