精品丰满熟女一区二区三区_五月天亚洲欧美综合网_亚洲青青青在线观看_国产一区二区精选

  • <menu id="29e66"></menu>

    <bdo id="29e66"><mark id="29e66"><legend id="29e66"></legend></mark></bdo>

  • <pre id="29e66"><tt id="29e66"><rt id="29e66"></rt></tt></pre>

      <label id="29e66"></label><address id="29e66"><mark id="29e66"><strike id="29e66"></strike></mark></address>
      學(xué)習(xí)啦 > 學(xué)習(xí)電腦 > 操作系統(tǒng) > 系統(tǒng)優(yōu)化教程 > win8怎么清除系統(tǒng)垃圾文件

      win8怎么清除系統(tǒng)垃圾文件

      時(shí)間: 春健736 分享

      win8怎么清除系統(tǒng)垃圾文件

        在使用Windows8系統(tǒng)產(chǎn)生的緩存和垃圾該怎樣快速清除呢?win8怎么清除系統(tǒng)垃圾文件呢?學(xué)習(xí)啦小編分享了win8清除系統(tǒng)垃圾文件的方法,希望對(duì)大家有所幫助。

        win8清除系統(tǒng)垃圾文件方法一

        當(dāng)日積月累導(dǎo)致電腦垃圾過(guò)多的時(shí)候,磁盤(pán)上可用的空間會(huì)減少,電腦運(yùn)行的速度就會(huì)被拖慢,有時(shí)甚至?xí)绊懴到y(tǒng)或其它軟件的正常運(yùn)行。因此,建議三天或每周清理一次)清理電腦垃圾,釋放磁盤(pán)空間,提升計(jì)算機(jī)的運(yùn)行效率。

        在電腦管家主界面上點(diǎn)擊“清理垃圾”,確認(rèn)垃圾項(xiàng)被勾選后,點(diǎn)擊“開(kāi)始掃描”,掃描完成后,點(diǎn)擊“立即清理”,即可快速、安全地清理掉電腦中的垃圾文件。您只需要打開(kāi)電腦管家主程序,點(diǎn)擊“清理垃圾”,即可看到“掃一掃”的設(shè)置區(qū)域,在開(kāi)關(guān)按鈕上點(diǎn)擊,即可輕松開(kāi)啟或關(guān)閉“掃一掃”。

        win8清除系統(tǒng)垃圾文件方法二

        1、在Windows8桌面上按鼠標(biāo)右鍵新建“文本文檔”。

        2、復(fù)制以下代碼粘貼到記事本內(nèi)。

        @echo off

        color 1e

        for /r c: %%a in (*.tmp *.chk *.gid *._mp *.old *.bak *.log) do del /f /s /q "%%a"

        for /r c:windowstemp %%a in (*.*) do del /f /s /q "%%a"

        for /r c:windowsPrefetch %%a in (*.*) do del /f /s /q "%%a"

        for /r %userprofile%AppDataLocalTemp %%a in (*.*) do del /f /s /q "%%a"

        for /r "%localappdata%MicrosoftWindowsTemporary Internet Files" %%a in (*.*) do del /f /s /q "%%a"

        for /r %localappdata%MicrosoftWindowsHistory %%a in (*.*) do del /f /s /q "%%a"

        for /r %appdata%MicrosoftWindowsCookies %%a in (*.*) do del /f /s /q "%%a"

        for /r %windir%SoftwareDistributionDownload %%a in (*) do del /f /s /q "%%a"

        for /r "%windir%Downloaded Program Files" %%a in (*) do del /f /s /q "%%a"

        for /r %windir%System32LogFiles %%a in (*) do del /f /s /q "%%a"

        del /f /s /q %systemdrive%hiberfil.sys

        pause

        3、將“記事本”后綴名改為“.bat”。

        4、最后雙擊“.bat”運(yùn)行文件即可。


      1160373