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

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

  • <div id="hdphd"><small id="hdphd"></small></div>
      學(xué)習(xí)啦>學(xué)習(xí)電腦>操作系統(tǒng)>系統(tǒng)優(yōu)化教程>

      怎么清理Windows7系統(tǒng)垃圾

      時間: 春健736 分享

        windows7系統(tǒng),現(xiàn)在依然是主流的系統(tǒng),那么大家都知道怎么清理Windows 7系統(tǒng)垃圾嗎?學(xué)習(xí)啦小編分享了清理Windows 7系統(tǒng)垃圾的方法,希望對大家有所幫助。

        清理Windows 7系統(tǒng)垃圾方法

        首先,單擊鼠標右鍵,選擇“新建”選擇“文本文檔”

        輸入文本文檔的文件名為“win7一鍵清除垃圾.bat”記得把后面的.txt刪掉。

        更改文件后綴名后,系統(tǒng)會有提示,選擇是。

        選擇“win7一鍵清除垃圾.bat”文件,單擊鼠標右鍵,選擇“編輯”

        在文件中輸入:

        @echo off

        color 0a

        title windows7系統(tǒng)垃圾清理---

        echo....清理系統(tǒng)垃圾文件,請稍等......

        echo 清理垃圾文件,速度由電腦文件大小而定。在沒看到結(jié)尾信息時

        echo 請勿關(guān)閉本窗口。

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

        echo 刪除補丁備份目錄

        RD %windir%$hf_mig$ /Q /S

        echo 把補丁卸載文件夾的名字保存成2950800.txt

        dir %windir%$NtUninstall* /a:d /b >%windir%50800.txt

        echo 從2950800.txt中讀取文件夾列表并且刪除文件夾

        for /f %%i in (%windir%50800.txt) do rd %windir%\%%i /s /q

        echo 刪除2950800.txt

        del %windir%50800.txt /f /q

        echo 刪除補丁安裝記錄內(nèi)容(下面的del /f /s /q %systemdrive%\*.log已經(jīng)包含刪除此類文件)

        del %windir%\KB*.log /f /q

        echo 刪除系統(tǒng)盤目錄下臨時文件

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

        echo 刪除系統(tǒng)盤目錄下臨時文件

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

        echo 刪除系統(tǒng)盤目錄下日志文件

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

        echo 刪除系統(tǒng)盤目錄下GID文件(屬于臨時文件,具體作用不詳)

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

        echo 刪除系統(tǒng)目錄下scandisk(磁盤掃描)留下的無用文件

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

        echo 刪除系統(tǒng)目錄下old文件

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

        echo 刪除回收站的無用文件

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

        echo 刪除系統(tǒng)目錄下備份文件

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

        echo 刪除應(yīng)用程序臨時文件

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

        echo 刪除系統(tǒng)維護等操作產(chǎn)生的臨時文件

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

        echo 刪除當前用戶的COOKIE(IE)

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

        echo 刪除internet臨時文件

        del /f /s /q "%userprofile%\local settings\temporary internet files\*.*"

        echo 刪除當前用戶日常操作臨時文件

        del /f /s /q "%userprofile%\local settings\temp\*.*"

        echo 刪除訪問記錄(開始菜單中的文檔里面的東西)

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

        echo

        echo 恭喜您!清理全部完成!

        然后單擊文件,選擇保存

        雙擊“win7一鍵清除垃圾.bat”文件,開始運行

        等待文件運行完成,系統(tǒng)垃圾文件就清理完成了,清理完畢后“win7一鍵清除垃圾.bat”會自動關(guān)閉。

      看過“怎么清理Windows 7系統(tǒng)垃圾”的人還看了:

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

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

      3.win7系統(tǒng)怎么清理c盤

      4.怎么清理win7電腦系統(tǒng)盤

      5.怎么對Win7系統(tǒng)C盤進行清理

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

      7.怎么清理Win7系統(tǒng)的C盤空間

      怎么清理Windows7系統(tǒng)垃圾

      windows7系統(tǒng),現(xiàn)在依然是主流的系統(tǒng),那么大家都知道怎么清理Windows 7系統(tǒng)垃圾嗎?學(xué)習(xí)啦小編分享了清理Windows 7系統(tǒng)垃圾的方法,希望對大家有所幫助。 清理Windows 7系統(tǒng)垃圾方法 首先,單擊鼠標右鍵,選擇新建選擇文本文檔 輸入文本
      推薦度:
      點擊下載文檔文檔為doc格式
      975905