加入电信大家庭,精神生活由此开始

查看完整版本: 清除系统垃圾

静中观心 2008-7-3 07:32

清除系统垃圾

清除系统垃圾

在桌面上单击鼠标右键,选择新建一个“记事本”,把下面部分复制进去,点“另存为”,把文件名定为“ 清除系统垃圾.bat ”就完成,记住后缀名一定要是.bat,然后把它移到一个您想要保存的目录,OK了!你的垃圾清除器就这样制作成功了!双击它就能很快地清理垃圾文件,大约一分钟不到。



@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 清除系统垃圾完成!按任意键继续……

echo. & pause

以后每隔一段时间你就可以双击些工具,运行完必就会还你一个“苗条”的系统了!!到时候再看看你的电脑,是不是急速如飞呢?这招比那些所谓的优化大师、超级兔子更加简便好用!不会破坏系统文件!

Angelぃ佐翼 2008-7-3 08:45

呵呵~~我用的就是这个办法~~

xx6688 2008-7-4 18:33

很久以前的东西

在“搜奇”里面很早就出现了。:D :D :D

执子之手 2008-7-4 22:57

我一直在用,顶你一下

点点298 2008-7-8 09:51

这招确实好用...
不错...
支持...

荔枝 2008-8-7 20:42

谢谢啊!

to7908 2008-8-28 16:16

不是很新鲜,但是好用!

臭蛋 2008-8-28 16:22

:-8
页: [1]
查看完整版本: 清除系统垃圾