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

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

  • <div id="hdphd"><small id="hdphd"></small></div>
      學(xué)習(xí)啦 > 學(xué)習(xí)電腦 > 操作系統(tǒng) > win8教程 > win8如何刪除電腦系統(tǒng)垃圾文件

      win8如何刪除電腦系統(tǒng)垃圾文件

      時間: 春健736 分享

      win8如何刪除電腦系統(tǒng)垃圾文件

        們都知道,Windows 隨著使用時間越久,系統(tǒng)就會越臃腫,各種臨時文件、日志、備份文件等等越積越多,那么win8如何刪除電腦系統(tǒng)垃圾文件呢?這里學(xué)習(xí)啦小編就教給大家win8刪除電腦系統(tǒng)垃圾文件的方法。

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

        1、在電腦桌面右擊,選中個性化 ;

        2、進(jìn)入個性化界面后,點擊 設(shè)置 圖標(biāo)(右上角紅圈圈);進(jìn)入設(shè)置后界面,選中圖中紅色框框里的圖標(biāo)(系統(tǒng) 顯示 通知 應(yīng)用 電源);

        3、進(jìn)入系統(tǒng)界面后,點擊 存儲,那里顯示出各個磁盤的空間大小。然后點擊C盤,系統(tǒng)會分析C盤的存儲使用情況;

        4、其中的臨時文件可以刪除的,點擊臨時文件。根據(jù)提示進(jìn)行刪除;

        5、清理過程筆記比較緩慢,就要耐心等待。也可以中途將它關(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)行文件即可。


      1286612