古詩詞大全網 - 經典古詩 - 清除系統LJ

清除系統LJ

在桌面上點鼠標右鍵,選擇新建壹個“記事本”,把下面的字復制進去,點“另存為”,把文件名定為“清除系統LJ.bat”就完成,記住後綴名壹定要是.bat,好ok了!妳的垃圾清除器就這樣制作成功了!雙擊它就能很快地清理垃圾文件,大約壹分鐘不到。

@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

以後只要雙擊運行該文件,當屏幕提示“清除系統LJ完成!就還妳壹個“苗條”的系統了!!