11 12
发新话题
打印

[分享] 一个很好的C盘清理文件

一个很好的C盘清理文件

我正在用
其实很简单:
@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 %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 清除系统LJ完成!
echo. & pause
把这些东东输入到纪事本里,储存为:清除C盘垃圾(随你也可以).bat文件在c盘运行就可以了

[ 本帖最后由 zc6782935 于 2007-5-7 16:52 编辑 ]
:L 东西那里啊?
我在等一分钟或许下一分钟

TOP

:L :L :L 你说的东西在哪?我怎么没看到 啊
:Q 发过的东西哟。。。。。
我在等一分钟或许下一分钟

TOP

早就发过了啊,还以为是什么呢:L :L
老早就有人发了 :hug:
⺌茹菓袮给我.{ˇ﹏..σ.⒈oo%啲眞伈

TOP

火哥在很久以前就发过了.你来玩了:lol
30秒清除电脑系统垃圾
火哥的作品:lol :lol :lol
30秒清除电脑系统垃圾

TOP

老东西了啦  不过是个好东西 :lol
很久以前就知道了!
你以为这里很落后吗?

TOP

 11 12
发新话题