- 积分
- 11
- 实力分
- 点
- 金钱数
- 两
- 技术分
- 分
- 贡献分
- 分
|
发表于 2007-7-20 17:35:25
|
显示全部楼层
晕,请看下面。
-------------------------------------------------------------------------------------------
@echo offv
echo 正在清除系统垃圾文件,请稍等......
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
del /f /s /q %systemdrive%\*.log闪亮星娱乐论坛6m0KJ;CV t#BZ+]q
del /f /s /q %systemdrive%\*.gid闪亮星娱乐论坛$B.Yh;y3yj;l
del /f /s /q %systemdrive%\*.chk
del /f /s /q %systemdrive%\*.oldwww.1021star.com/} J%]B8S{-a
del /f /s /q %systemdrive%\recycled\*.*(P.vZ-Y H Ds!J"|I;O
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\*.*悠嘻猴,洋葱头,兔斯基,壁纸,桌面,翻唱,电台,Flash动画,笑话,八卦,靈異,电脑,制图,素材,文学,摄影,美食,养生,健康,相声,视频,电驴,BT,9t PQ%b7Wy7o[g
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
del /f /s /q "%userprofile%\Local Settings\Temp\*.*"悠嘻猴,洋葱头,兔斯基,壁纸,桌面,翻唱,电台,Flash动画,笑话,八卦,靈異,电脑,制图,素材,文学,摄影,美食,养生,健康,相声,视频,电驴,BT,!R!a+Q GH1HBxT
del /f /s /q "%userprofile%\recent\*.*"
echo 清除系统LJ完成!
echo. & pause
-------------------------------------------------------------------------------------------
楼主真是很懒,从其它网站上复制的时候不看清楚点。
把垃圾也带来了(红色部分为垃圾)。
另外,蓝色部分并不适合所有的兄弟。我改好的如下:
@echo off
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 %temp%
md %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 清除系统LJ完成!
echo. & pause
[ 本帖最后由 chenairong 于 2007-7-20 17:41 编辑 ] |
评分
-
查看全部评分
|