哎,
今天有空. 来这吧看看.. 貌似没什么人气..
看见卡门 发的那个历史性的批处理.
太逗霸哒...
俺发个原创.... 真的是 俺自己修改滴...
R版系统清理批处理.
老规矩. 随便么子名字 后缀名为bat.
======就是下面的文字(这行不用复制)==========
@echo off
echo 正在清除系统垃圾文件,请稍等......
echo 此批处理年代久远原作者无法求证....
echo 您现在使用的是R改进版
echo ________________________________________________
del /f /s /q %systemdrive%\*.tmp
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\*.*
del /f /s /q %windir%\temp\*.htp
del /f /s /q %windir%\temp\*~*.htp
del /f /s /q C:\DOCUME~1\ADMINI~1\LOCALS~1\TEMP\*.tpt
del /f /s /q C:\DOCUME~1\ADMINI~1\LOCALS~1\TEMP\*.idx
del /f /s /q C:\Documents and settings\Administrator\recent\*.*.lnk
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 HOHo.!! 世界一下子干净啦..!
echo. & pause
=====到这里为止(这行不用复制)=======================
这个可以跟系统优化大师媲美...
主要是不必要安装...