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

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

  • <div id="hdphd"><small id="hdphd"></small></div>
      學(xué)習(xí)啦 > 學(xué)習(xí)電腦 > 操作系統(tǒng) > 系統(tǒng)優(yōu)化教程 > win7電腦如何清理系統(tǒng)垃圾文件

      win7電腦如何清理系統(tǒng)垃圾文件

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

      win7電腦如何清理系統(tǒng)垃圾文件

        電腦用久了,難免系統(tǒng)會(huì)堆積很多垃圾文件,那么win7電腦如何清理系統(tǒng)垃圾文件呢?下面學(xué)習(xí)啦小編就為大家?guī)砹藈in7電腦清理系統(tǒng)垃圾文件的方法。

        win7電腦清理系統(tǒng)垃圾文件方法一

        .首先咱們雙擊這臺(tái)電腦打開電腦庫界面,接下來找到需要清理的磁盤圖標(biāo),右鍵點(diǎn)擊,然后選擇最下方的屬性。

        2.在出現(xiàn)的屬性窗口中,咱們將界面切換到常規(guī)這一欄中,然后看界面的最下方,就有一個(gè)磁盤清理的按鈕,咱們直接點(diǎn)擊。

        3.點(diǎn)擊按鈕之后,系統(tǒng)便會(huì)自動(dòng)對(duì)該磁盤進(jìn)行計(jì)算,看能有多少空余空間被清理出來,計(jì)算完畢后,我們還需要對(duì)清理的內(nèi)容進(jìn)行選擇,之后確認(rèn)開始清理即可。

        win7電腦清理系統(tǒng)垃圾文件方法二

        方法如下:建立一個(gè)文本文檔,并且將其后綴命名為.bat,也就是批處理文件,可執(zhí)行。在文件中復(fù)制以下代碼。

        @echo off

        echo 正在清除系統(tǒng)垃圾文件,請(qǐng)稍等......

        del /f /s /q %systemdrive%\*.tmp

        del /f /s /q %systemdrive%\*._mp

        del /f /s /q %systemdrive%\*.log

        del /f /s /q %systemdrive%\*.gid

        del /f /s /q %systemdrive%\*.chk

        del /f /s /q %systemdrive%\*.old

        del /f /s /q %systemdrive%\recycled\*.*

        del /f /s /q %windir%\*.bak

        del /f /s /q %windir%\prefetch\*.*

        rd /s /q %windir%\temp & md %windir%\temp

        del /f /q %userprofile%\cookies\*.*

        del /f /q %userprofile%\recent\*.*

        del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"

        del /f /s /q "%userprofile%\Local Settings\Temp\*.*"

        del /f /s /q "%userprofile%\recent\*.*"

        echo 清除系統(tǒng)垃圾文件完成!

        echo. & pause將以上代碼復(fù)制到記事本,另存為“清除系統(tǒng)垃圾文件.bat”,同時(shí)注意保存類型選擇“所有文件”

      看過“win7電腦如何清理系統(tǒng)垃圾文件”的人還看了:

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

      2.怎樣清理win7電腦系統(tǒng)的垃圾

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

      4.win7系統(tǒng)盤越來越小 怎樣清理win7系統(tǒng)盤

      5.win7電腦垃圾怎么清理

      6.如何清理Win7磁盤垃圾文件

      1258622