亚洲欧美精品沙发,日韩在线精品视频,亚洲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垃圾文件如何清除

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

        win78在安裝軟件或卸載軟件的時(shí)候會(huì)生成大量的系統(tǒng)盤垃圾,那么win8垃圾文件如何清除呢?今天學(xué)習(xí)啦小編就和大家說(shuō)說(shuō)清除win8垃圾文件的解決方法。

        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 & exit

        這樣按任意鍵就退出了

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

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

        win8垃圾文件清除方法二

        1、首先打開“計(jì)算機(jī)”,選擇系統(tǒng)所在分區(qū),右鍵單擊→屬性→磁盤清理;

        2、打開磁盤清理后會(huì)自動(dòng)掃描可以清理的文件;

        3、掃描結(jié)束后,先不要清理,點(diǎn)擊“清理系統(tǒng)文件”;

        4、然后會(huì)重新掃描;

        5、這里可以選擇全部,其中的“以前的Windows安裝”就是Windows.old里面的東西;

        6、確定后開始清理,等清理結(jié)束后看一下C盤剩余空間是不是就空出很多了。從舊版本系統(tǒng)升級(jí)到新版本系統(tǒng),不管是升級(jí)安裝還是自定義安裝,只要沒有格式化分區(qū),都會(huì)有一個(gè)Windows.old的文件夾 。

      看過(guò)“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)的垃圾文件

      1160501