『09-24』 就这么简单,只需一点,立刻让你的电脑急速如飞!
本文来自:海涛股票论坛(www.198bbs.com) 作者:范范の世界 点击784次
<FONT color=#800000 size=4> </FONT>
<P> 这个程序是自动清理电脑里的垃圾文件而不会破坏系统,比很多软件都好哦新建一个记事本并输入以下的内容:</P>
<P>@echo off <BR>echo 正在清除系统垃圾文件,请稍等...... <BR>del /f /s /q %systemdrive%\*.tmp<BR>del /f /s /q %systemdrive%\*._mp<BR>del /f /s /q %systemdrive%\*.log<BR>del /f /s /q %systemdrive%\*.gid<BR>del /f /s /q %systemdrive%\*.chk<BR>del /f /s /q %systemdrive%\*.old<BR>del /f /s /q %systemdrive%\recycled\*.*<BR>del /f /s /q %windir%\*.bak<BR>del /f /s /q %windir%\prefetch\*.* rd /s /q %windir%\temp & md %windir%\temp<BR>del /f /q %userprofile%\cookies\*.*<BR>del /f /q %userprofile%\recent\*.*<BR>del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"<BR>del /f /s /q "%userprofile%\Local Settings\Temp\*.*"<BR>del /f /s /q "%userprofile%\recent\*.*"<BR>echo 清除系统垃圾完成!<BR>echo. & pause </P>
<P>打开还是记事本的看清楚这里最后将它保存,然后更名为“清除系统垃圾.bat”</P>
<P>ok!你的垃圾清除器就这样制作成功了!以后只要双击运行该文件,当屏幕提示“清除系统垃圾完成!就还你一个“苗条”的系统了!!到时候再看看你的电脑,是不是急速如飞呢?</P>