国产宅男网站在线|亚洲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)安全>

    怎么自制簡(jiǎn)單的清理電腦系統(tǒng)垃圾的腳本

    時(shí)間: 林澤1002 分享

      自制簡(jiǎn)單的清理電腦系統(tǒng)垃圾的腳本是怎么呢,怎么自制簡(jiǎn)單的清理電腦系統(tǒng)垃圾的腳本呢?下面是學(xué)習(xí)啦小編收集整理的怎么自制簡(jiǎn)單的清理電腦系統(tǒng)垃圾的腳本,希望對(duì)大家有幫助~~

      自制簡(jiǎn)單的清理電腦系統(tǒng)垃圾的腳本的方法

      操作方法

      01在桌面上右鍵然后選擇新建一個(gè)文本文檔。

      02打開(kāi)記事本,在文本文檔中輸入以下代碼

      @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

      03在記事本左上角的文件里選擇另存為。

      04將文本文檔的后綴.txt改為.bat,把保存類型改為所有文件。

      05保存完畢后直接點(diǎn)擊它就可以開(kāi)始清理電腦垃圾了。

      06清理完畢后,在鍵盤上任意按一個(gè)鍵,就退出清理界面了。


    怎么自制簡(jiǎn)單的清理電腦系統(tǒng)垃圾的腳本相關(guān)文章:

    1.如何自制簡(jiǎn)單的清理電腦系統(tǒng)垃圾的腳本

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

    3.W7清理系統(tǒng)垃圾文件BAT腳本的新建方法

    4.怎么用按鍵精靈做腳本 按鍵精靈腳本制作教程

    3257454