国产宅男网站在线|亚洲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)安全 > win7清理系統(tǒng)垃圾的命令

    win7清理系統(tǒng)垃圾的命令

    時(shí)間: 黎正888 分享

    win7清理系統(tǒng)垃圾的命令

      電腦使用久了難免會(huì)產(chǎn)生很多垃圾文件,影響電腦的運(yùn)行速度,下面就讓學(xué)習(xí)啦小編教大家win7清理系統(tǒng)垃圾的命令。

      win7清理系統(tǒng)垃圾的命令使用方法

      首先在電腦桌面空白處點(diǎn)擊鼠標(biāo)右鍵

      新建一個(gè)文本文檔

      在新建的文本文檔里輸入如下參數(shù):(直接復(fù)制就可以了)

      @echo off

      color 0a

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

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

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

      echo.★☆ ☆★

      echo.★☆ 百度經(jīng)驗(yàn)正在教你如何清除系統(tǒng)垃圾文件 ☆★

      echo.★☆ 請(qǐng)稍等...... ☆★

      echo ★☆ ☆★

      echo.★☆ ☆★

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

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

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

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

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

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

      RD %windir%$hf_mig$ /Q /S

      echo 把補(bǔ)丁卸載文件夾的名字保存成123456.txt

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

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

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

      echo 刪除123456.txt

      del %windir%3456.txt /f /q

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      echo 刪除回收站的無(wú)用文件

      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 刪除訪問(wèn)記錄(開(kāi)始菜單中的文檔里面的東西)

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

      echo

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

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

      echo ★☆ ☆★

      echo.★☆ ☆★

      echo.★☆ ☆★

      echo ★☆ ☆★

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

      echo.★☆ 百度經(jīng)驗(yàn)的任務(wù)以完成,謝謝 ☆★

      echo ★☆ ☆★

      echo.★☆ ☆★

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

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

      echo.

      里面的文字可以隨意更改為你喜歡的文字即可。

      然后把這個(gè)文本文檔另存為以“.bat”后綴結(jié)尾的windows批處理文件。

      現(xiàn)在保存的就是windows批處理文件

      把它重命名為“一鍵清除系統(tǒng)垃圾”,以后直接雙擊此文件,就可以清除系統(tǒng)垃圾了,很方便也很安全。


    win7清理系統(tǒng)垃圾的命令相關(guān)文章:

    1.Win7系統(tǒng)怎么快速清理垃圾

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

    3.Win7如何新建一鍵清理系統(tǒng)垃圾文件BAT腳本

    4.win7怎么快速清理電腦垃圾

    5.dos命令清理系統(tǒng)垃圾

    6.win7怎樣徹底清理系統(tǒng)垃圾

    1832678