国产宅男网站在线|亚洲A级性爱免费视频|亚洲中精品级在线|午夜福利AA毛

  • <dd id="gf5jf"><th id="gf5jf"></th></dd>

    <cite id="gf5jf"><label id="gf5jf"></label></cite>
  • <div id="gf5jf"><listing id="gf5jf"></listing></div>
    學(xué)習(xí)啦 > 學(xué)習(xí)電腦 > 操作系統(tǒng) > 操作系統(tǒng)基礎(chǔ)知識(shí) > win7電腦垃圾怎么清理

    win7電腦垃圾怎么清理

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

    win7電腦垃圾怎么清理

      只要是電腦使用一段時(shí)間以后在磁盤都會(huì)積累一定的垃圾文件,那么win7電腦垃圾怎么清理呢?接下來大家跟著學(xué)習(xí)啦小編一起來了解一下清理win7電腦垃圾的解決方法吧。

      win7電腦垃圾清理方法

      首先,單擊鼠標(biāo)右鍵,選擇“新建”選擇“文本文檔”

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

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

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

      在文件中輸入:

      @echo off

      color 0a

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

      echo ★☆ ★☆ ★☆ ★☆ ★☆★☆★☆ ★☆ ★☆ ★☆ ★☆★

      echo ★☆ ★☆ ★☆ ★☆ ★☆★☆★☆ ★☆ ★☆ ★☆ ★☆★

      echo.★☆ ☆★

      echo.★☆ ☆★

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

      echo ★☆ ☆★

      echo.★☆ ☆★

      echo ★☆ ★☆ ★☆ ★☆ ★☆★☆★☆ ★☆ ★☆ ★☆ ★☆★

      echo ★☆ ★☆ ★☆ ★☆ ★☆★☆★☆ ★☆ ★☆ ★☆ ★☆★

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

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

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

      echo 刪除補(bǔ)丁備份目錄

      RD %windir%$hf_mig$ /Q /S

      echo 把補(bǔ)丁卸載文件夾的名字保存成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 刪除補(bǔ)丁安裝記錄內(nèi)容(下面的del /f /s /q %systemdrive%\*.log已經(jīng)包含刪除此類文件)

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

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

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

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

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

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

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

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

      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)用程序臨時(shí)文件

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

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

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

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

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

      echo 刪除internet臨時(shí)文件

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

      echo 刪除當(dāng)前用戶日常操作臨時(shí)文件

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

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

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

      echo

      echo ★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★

      echo ★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★

      echo ★☆ ☆★

      echo.★☆ ☆★

      echo.★☆ ☆★

      echo ★☆ ☆★

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

      echo.★☆ ☆★

      echo ★☆ ☆★

      echo.★☆ ☆★

      echo ★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★

      echo ★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★

      echo.

      然后單擊文件,選擇保存

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

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

      注意事項(xiàng)

      注意win7一鍵清除垃圾.bat文件內(nèi)容的正確性

      注意文件后綴名是.bat不是.txt

    看過“win7電腦垃圾怎么清理”的人還看了:

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

    2.win7系統(tǒng)怎么清除電腦里的垃圾

    3.win7系統(tǒng)如何清理電腦磁盤垃圾

    4.win7怎么清理c盤垃圾

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

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

    7.win7怎么刪除系統(tǒng)垃圾

    1041487