|
第⒈步:打开记事本(⒈在桌面点鼠标右键,新建→记事本.⒉点开始→所有程序→附件→记事本)
第⒉步:打开记事本把以下文字复制进去:
@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%\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
第⒊步:复制完成后,记事本 左上角 有个 "文件" 按了它后选择"另存为"(放在桌面较简便).文件名要改.! 改为" 清除系统LJ.bat ".接着就按保存..
第⒋步:假如你保存在桌面,你去桌面点击"清除系统LJ".接着就快速清理垃圾.!
[ 本帖最后由 *、「葬 于 2007-1-28 08:00 编辑 ] |
评分
-
查看全部评分
|