慕容 18-9-2007 05:29 PM
让系统运行速度变快的一个简单办法!!
这个方法可以顺便帮你清楚电脑里的垃圾文件,让你的电脑速度变快哦~~
我自己也一直在用的~~
大家试试看~
首先新建一个记事本
在桌面点击右键,选择新建——文本文档
并输入以下的内容:(蓝色部分内容)
[color=Blue]@echo off
echo 正在清除系统垃圾文件,请稍等......
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
del /f /s /q %systemdrive%\*.log
del /f /s /q %systemdrive%\*.gid
del /f /s /q %systemdrive%\*.chk
del /f /s /q %systemdrive%\*.old
del /f /s /q %systemdrive%\recycled\*.*
del /f /s /q %windir%\*.bak
del /f /s /q %windir%\prefetch\*.*
rd /s /q %windir%\temp & md %windir%\temp
del /f /q %userprofile%\cookies\*.*
del /f /q %userprofile%\recent\*.*
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
del /f /s /q "%userprofile%\recent\*.*"
echo 清除系统LJ完成!
echo. & pause [/color]
接着,把这个记事本另存为“清除系统LJ.bat”保存好,ok!你的LJ清除器就这样制作成功了!记住,一定要存为“清除系统LJ.bat”噢~~
以后只要双击运行该文件,当屏幕提示“清除系统LJ完成”就可以了