教你個簡單管用的方法
1. 在桌麵上創建個notepad(text document)文件。
2,把下麵的文字複製(從“第二步” 複製到“echo. & pause”)到notepad.
第二步:@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
3, 點“file", save as, 然後把"save as type"選成All Files, file name改成“清除係統垃圾.bat". 注意, 一定要是" .bat"結尾。
4,運行“清除係統垃圾.bat”文件,讓它運行, 大概有幾分鍾時間, 等看到顯示“press any keys to continue”的時候就可以退出了。然後看看電腦是不是快了很多?
主要功能就是通過清除係統垃圾來加快電腦運行