[维护]自建“系统清洁工”
<p>Windows在安装和使用过程中都会产生相当多的垃圾文件,包括临时文件(如:*.tmp、*._mp)日志文件(*.log)、临时帮助文件(*.gid)、磁盘检查文件(*.chk)、临时备份文件(如:*.old、*.bak)以及其他临时文件。特别是<font color="#000000">如果</font><wbr></wbr><wbr></wbr>一段时间不清理IE的临时文件夹“Temporary Internet Files”,其中的缓存文件有时会占用上百MB的磁盘空间。这些LJ文件不仅仅浪费了宝贵的磁盘空间,严重时还会使系统运行慢如蜗牛。这点相信你肯定忍受不了吧!所以应及时清理系统的LJ文件的淤塞,保持系统的“苗条”身材,轻松流畅上网! </p><p>在电脑屏幕的左下角按“开始→程序→附件→记事本”,把下面的文字复制进去(加粗部分),点“另存为”,路径选“桌面”,保存类型为“所有文件”,文件名为“清除系统LJ.bat”,就完成了。记住后缀名一定要是.bat,ok!你的系统清洁工就这样制作成功了! </p><p></p><p><strong>@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</strong> <br/></p> <p>这个很好用的..我试过了..</p><p></p>顶顶顶顶死你
顶顶顶顶死你
页:
[1]