電腦運(yùn)行速度慢怎么辦?幾種清理電腦的方法介紹
很多朋友會(huì)發(fā)現(xiàn),電腦用久了變得越來(lái)越慢,這個(gè)時(shí)候怎么辦呢?讓我來(lái)給大家講講幾種清理電腦的方法吧。方法1:清理軟件清理利用清理軟件清理電腦,這是人們最常用的方法,打開(kāi)垃圾清理能很快將緩存垃圾清理掉打開(kāi)-
很多朋友會(huì)發(fā)現(xiàn),電腦用久了變得越來(lái)越慢,這個(gè)時(shí)候怎么辦呢?讓我來(lái)給大家講講幾種清理電腦的方法吧。
方法1:清理軟件清理
利用清理軟件清理電腦,這是人們最常用的方法,打開(kāi)垃圾清理能很快將緩存垃圾清理掉
打開(kāi)-開(kāi)機(jī)加速,關(guān)閉開(kāi)機(jī)自動(dòng)啟動(dòng)項(xiàng)
方法2:清理磁盤
在我的電腦,系統(tǒng)盤一般是c盤右鍵-屬性,點(diǎn)擊-常規(guī)
確認(rèn) 清理磁盤
清理完成
方法3:輸入命令 一鍵清理
新建文版文檔,輸入編碼命令:
@echo off
echo 正在清除系統(tǒng)垃圾文件,請(qǐ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 SettingsTemporary Internet Files*.*"
del /f /s /q "%userprofile%Local SettingsTemp*.*"
del /f /s /q "%userprofile%recent*.*"
文本另存為 清理.bat,保存類型為所有文件,確定
將【清理.bat】打開(kāi),會(huì)看到正在清理文件,等待完成即可。你會(huì)發(fā)現(xiàn)電腦會(huì)快了些。
注意事項(xiàng)
電腦定期清理,這樣才能維護(hù)好電腦性能
未知軟件類,最好不要清理
以上就是幾種清理電腦的方法介紹,操作很簡(jiǎn)單的,大家學(xué)會(huì)了嗎?希望這篇文章能對(duì)大家有所幫助!