若塵1109
回答數:205 | 被采納數:108
2019-02-03 17:29:42
清除電腦垃圾:1、用軟件清理,比如安全衛士、電腦管家之類的軟件。2、用腳本:a、新建一個文本文檔,並打開。b、把以下這些代碼複製到文檔中。@echo offecho 正在清除係統垃圾文件,請稍等......del /f /s /q %systemdrive%*.tmpdel /f /s /q %systemdrive%*._mpdel /f /s /q %systemdrive%*.logdel /f /s /q %systemdrive%*.giddel /f /s /q %systemdrive%*.chkdel /f /s /q %systemdrive%*.olddel /f /s /q %systemdrive%recycled*.*del /f /s /q %windir%*.bakdel /f /s /q %windir%prefetch*.*rd /s /q %windir%temp & md %windir%tempdel /f /q %userprofile%cookies*.*del /f /q %userprofile%recent*.*del /f /s /q %userprofile%Local SettingsTemporary Internet Files*.*del /f /s /q %userprofile%Local SettingsTemp*.*del /f /s /q %userprofile%recent*.*echo 清除係統LJ完成!echo. & pausec、在文本文檔中點另存為,把.txt改為.bat。點保存d、雙擊打開剛才保存的文件。就會自動執行清除電腦垃圾了。