『10-19』 安全清除C盘垃圾,多出2个G空间!
本文来自:海涛股票论坛(www.198bbs.com) 作者:越陷越深 点击714次
<FONT color=#008000>很多朋友说夸张了,只能减少几十M而已,其实那是因为你的系统本来都比较干净,如果你系统使用了一段时间,安装了一定的软件,升级过,长期浏览网页图片,一定时间后你再清理试试看能不能达到1G以上,不夸张,只是针对用的人而言~<BR>不想把他做成.bat文件上传,让大家自己写,会觉得更安全,放心,安全觉得可以保障的。<BR>教大家自己写个程序<BR>这个程序是自动清理电脑里的垃圾而不会破坏系统 比很多软件都好哦<BR>新建一个记事本并输入以下的内容:<BR><BR>@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\*.*<BR>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 清除系统LJ完成!<BR>echo. & pause </FONT><BR><BR><FONT color=green>打开还是记事本的看清楚这里最后将它保存,然后更名为“清除系统LJ.bat”<BR>ok!你的LJ清除器就这样制作成功了!<BR>以后只要双击运行该文件,当屏幕提示“清除系统LJ完成!就还你一个“苗条”的系统了!!到时候再看看你的电脑,是不是急速如飞呢?</FONT><BR><BR>