亚洲欧美精品沙发,日韩在线精品视频,亚洲Av每日更新在线观看,亚洲国产另类一区在线5

<pre id="hdphd"></pre>

  • <div id="hdphd"><small id="hdphd"></small></div>
      學(xué)習(xí)啦 > 學(xué)習(xí)電腦 > 操作系統(tǒng) > 系統(tǒng)優(yōu)化教程 > w7使用源代碼清理系統(tǒng)垃圾

      w7使用源代碼清理系統(tǒng)垃圾

      時間: 志藝942 分享

      w7使用源代碼清理系統(tǒng)垃圾

        電腦使用久了,系統(tǒng)中就會存在各種各樣的垃圾和緩存,這些都會影響電腦的運(yùn)行速度,此時我們就會使用360安全衛(wèi)士、qq管家等軟件來清理系統(tǒng)垃圾,接下來是小編為大家收集的w7使用源代碼清理系統(tǒng)垃圾,歡迎大家閱讀:

        w7使用源代碼清理系統(tǒng)垃圾

        1、win7系統(tǒng)下點(diǎn)擊電腦屏幕左下角“開始→所有程序→附件→記事本”,然后把下面的藍(lán)色代碼復(fù)制進(jìn)去:

        @echo off

        echo 正在進(jìn)行系統(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)垃圾完成!

        echo. & pause

        2、將上面的代碼完成復(fù)制后,點(diǎn)擊“文件——另存為”,如下圖所示:

        3、在彈出的另存為窗口中,先單擊“桌面”,在保存類型下拉菜單中選擇“所有類型(*.*)”,并在文件名處輸入“源代碼一鍵系統(tǒng)垃圾清理.bat”,然后點(diǎn)擊“保存”,如下圖所示:

        4、此時在電腦桌面上我們就能夠看到“源代碼一鍵系統(tǒng)垃圾清理.bat”文件然后雙擊它,如下圖所示:

        5、此時,耐心等待程序清除系統(tǒng)垃圾清理完成,如下圖所示:

        
      看了“w7使用源代碼清理系統(tǒng)垃圾”還想看:

      1.cpu占用過高怎么辦w7

      2.Win7系統(tǒng)打開防火墻出現(xiàn)錯誤代碼0×6D9的原因與解決辦法

      3.win7共享打印機(jī)報錯提示錯誤代碼0x0000052e怎么辦

      4.Win7電腦常見藍(lán)屏代碼和處理方法

      3044572