很多朋友會發現,電腦用久了變得越來越慢,這個時候怎么辦呢?讓我來給大家講講幾種清理電腦的方法吧。
方法1:清理軟件清理
利用清理軟件清理電腦,這是人們最常用的方法,打開垃圾清理能很快將緩存垃圾清理掉


打開-開機加速,關閉開機自動啟動項

方法2:清理磁盤
在我的電腦,系統盤一般是c盤右鍵-屬性,點擊-常規
確認 清理磁盤

清理完成


方法3:輸入命令 一鍵清理
新建文版文檔,輸入編碼命令:
@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/*.*"

文本另存為 清理.bat,保存類型為所有文件,確定


將【清理.bat】打開,會看到正在清理文件,等待完成即可。你會發現電腦會快了些。

注意事項
電腦定期清理,這樣才能維護好電腦性能
新聞熱點
疑難解答