jaa8308 发表于 2008-9-4 23:29:45

清楚系统垃圾的程序

<P>这个程序是一个朋友告诉我的,我用着一直不错,至于有360的朋友就没必要弄了,360是个不错的软件,功能挺全的,好了,说下方法:首先在桌面上点鼠标右键,选择新建一个“记事本”,把下面的程序语句粘贴进去,点“另存为”,把文件名定为“清除系统LJ.bat”就完成,记住后缀名一定要是&nbsp; ".bat"&nbsp;&nbsp; 好ok了!你的系统垃圾清除器就这样制作成功了!每次使用时双击它就能很快地清理你系统里的垃圾文件,大约几分钟的事。至于会不会自动清除一些有用文件,我就不知道了,反正我是没发现有类似情况发生,套用投机生意的一句话,投机有风险,请慎重使用!!!</P><P>&nbsp;</P><P>@echo off </P><P>  echo 正在清除系统*文件,请稍等...... </P><P>  del /f /s /q %systemdrive%&#92;*.tmp </P><P>  del /f /s /q %systemdrive%&#92;*._mp </P><P>  del /f /s /q %systemdrive%&#92;*.log </P><P>  del /f /s /q %systemdrive%&#92;*.gid </P><P>  del /f /s /q %systemdrive%&#92;*.chk </P><P>  del /f /s /q %systemdrive%&#92;*.old </P><P>  del /f /s /q %systemdrive%&#92;recycled&#92;*.* </P><P>  del /f /s /q %windir%&#92;*.bak </P><P>  del /f /s /q %windir%&#92;prefetch&#92;*.* </P><P>  rd /s /q %windir%&#92;temp &amp; md %windir%&#92;temp </P><P>  del /f /q %userprofile%&#92;cookies&#92;*.* </P><P>  del /f /q %userprofile%&#92;recent&#92;*.* </P><P>  del /f /s /q "%userprofile%&#92;Local Settings&#92;Temporary Internet Files&#92;*.*" </P><P>  del /f /s /q "%userprofile%&#92;Local Settings&#92;Temp&#92;*.*" </P><P>  del /f /s /q "%userprofile%&#92;recent&#92;*.*" </P><P>  echo 清除系统LJ完成!   echo. &amp; paus<BR></P><P>&nbsp;</P>
页: [1]
查看完整版本: 清楚系统垃圾的程序