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

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

  • <div id="hdphd"><small id="hdphd"></small></div>
      學習啦 > 學習電腦 > 操作系統(tǒng) > 系統(tǒng)優(yōu)化教程 > win8怎么清除系統(tǒng)垃圾文件

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

      時間: 春健736 分享

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

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

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

        當日積月累導致電腦垃圾過多的時候,磁盤上可用的空間會減少,電腦運行的速度就會被拖慢,有時甚至會影響系統(tǒng)或其它軟件的正常運行。因此,建議三天或每周清理一次)清理電腦垃圾,釋放磁盤空間,提升計算機的運行效率。

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

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

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

        2、復制以下代碼粘貼到記事本內。

        @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”運行文件即可。


      1160373