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

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

  • <div id="hdphd"><small id="hdphd"></small></div>
      學(xué)習(xí)啦 > 學(xué)習(xí)電腦 > 操作系統(tǒng) > 系統(tǒng)優(yōu)化教程 > Win8怎么輕松刪除垃圾文件

      Win8怎么輕松刪除垃圾文件

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

      Win8怎么輕松刪除垃圾文件

        對(duì)于垃圾文件我們是不好找的,那么輕咬刪除垃圾文件應(yīng)該怎么做呢?Win8怎么輕松刪除垃圾文件呢?學(xué)習(xí)啦小編分享了Win8輕松刪除垃圾文件的方法,希望對(duì)大家有所幫助。

        Win8輕松刪除垃圾文件方法一

        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)行文件即可。

        Win8輕松刪除垃圾文件方法二

        1、網(wǎng)上搜索下載安裝360安全衛(wèi)士;

        2、打開360軟件管家,選擇軟件卸載,在想要卸載的軟件旁點(diǎn)卸載;

        3、如果軟件卸載有殘余文件的話,360軟件管家會(huì)有提示,可直接打開,按CTRL+A鍵,按DEL鍵全部刪除;

      看過“Win8怎么輕松刪除垃圾文件”的人還看了:

      1.win8如何清理系統(tǒng)垃圾

      2.win8系統(tǒng)怎么清理系統(tǒng)垃圾

      3.怎么清理win8系統(tǒng)垃圾

      4.win8系統(tǒng)如何清理垃圾

      5.win8電腦中的垃圾文件怎么清理

      6.XP系統(tǒng)怎樣快速清理系統(tǒng)的垃圾文件

      1160599