TA的每日心情 | 高兴 2015-10-15 23:08 |
---|
签到天数: 1 天 连续签到: 1 天 [LV.1]初来乍到
|
<p><strong><font face="宋体" color="#0000ff"></font></strong> 以下是我转的帖 我用过但不知道起到作用没 还请专家鉴定(我用过 应该没毒)</p><p></p><p><strong><font face="宋体" color="#0000ff">不想把他做成.bat文件上传,让大家自己写,会觉得更安全,放心,我在这里也不是一天两天了,安全觉得可以保障的。<br/><br/>教大家自己写个程序<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 <br/><br/><br/>打开还是记事本的看清楚这里最后将它保存,然后更名为“清除系统LJ.bat”<br/><br/>ok!你的LJ清除器就这样制作成功了!<br/>以后只要双击运行该文件,当屏幕提示“清除系统LJ完成!就还你一个“苗条”的系统了!!到时候再看看你的电脑,是不是急速如飞呢?可别忘了回帖喔!</font></strong></p> |
|