清理電腦的緩存垃圾和深度清理,保證電腦運(yùn)行速度
1、鼠標(biāo)右鍵單擊,新建文本文檔
2,在文件中輸入源代碼
echo 正在清除系統(tǒng)垃圾文件,請稍等......
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 清除系統(tǒng)LJ完成!
echo. & pause
3,然后點(diǎn)擊文件,選擇另存為,將文件另存為“ Windows10一鍵垃圾清理.bat”,放置在任意位置
4、雙擊文件便開始自動垃圾清理大約要幾分鐘時間即可。