free性欧美人与dog,成年免费视频黄网站zxgk,久热国产精品视频一区二区三区,.欧美精品一区二区三区,国产人与zoxxxx另类

怎么用cmd清理電腦垃圾文件

導(dǎo)讀怎么用cmd清理電腦垃圾文件,可以用批處理在cmd下刪除電腦垃圾。新建記事本文件,將下列文字復(fù)制到記事本中。@echoo電腦有太多垃圾怎么辦?今天來給大家分享一個(gè)清除電腦垃圾文件的小妙招。cleanmgr這個(gè)是清理的哦其他的Nslookup-------IP地址偵測(cè)器VEMPK-H工具/材料·win10系統(tǒng)可以用批處理在cmd下刪除電腦垃圾。新建記事本文件,將下列文字復(fù)制到記事本中。@e

可以用批處理在cmd下刪除電腦垃圾。新建記事本文件,將下列文字復(fù)制到記事本中。@echo o

電腦有太多垃圾怎么辦?今天來給大家分享一個(gè)清除電腦垃圾文件的小妙招。

cleanmgr這個(gè)是清理的哦其他的Nslookup-------IP地址偵測(cè)器 VEMPK-H

工具/材料

·win10系統(tǒng)

可以用批處理在cmd下刪除電腦垃圾。新建記事本文件,將下列文字復(fù)制到記事本中。@echo o

·電腦

操作方法

首先我們按住“windows”鍵+“R”,以此來彈出操作窗口。

1、首先我們打開電腦桌面,在電腦桌面上點(diǎn)按win+R打開運(yùn)行,在運(yùn)行輸入框里輸入cmd并點(diǎn)擊 確

然后我們?cè)诳蚶镙斎搿癱md”,接著按下回車鍵或者直接點(diǎn)擊“確定”按鈕。

  下面這段代碼可實(shí)現(xiàn)你的需求rem 定義一個(gè)標(biāo)簽:startrem 使用 timeout 限時(shí)/

進(jìn)入控制臺(tái)窗口后,我們輸入“cleanmgr”的命令,接著按回車鍵“enter”,就能打開清潔文件的下一步了。

建議用軟件清理,安全干凈殘留喲,推薦你試試騰訊電腦管家喲打開電腦管家——垃圾清理【掃一掃,可調(diào)節(jié)

接著系統(tǒng)會(huì)開始掃描垃圾文件所在的文件夾。

1,這個(gè)是沒辦法的,要么就任務(wù)管理器進(jìn)行結(jié)束多余進(jìn)程2,其實(shí)進(jìn)程大多是英文的,很多人都看不懂

等待垃圾文件都掃描出來后,可以根據(jù)自己的需求,把不要的文件刪除即可。

很明顯,沒有權(quán)限哦,設(shè)置一下,吧參考:最好的方法是用注冊(cè)表的方法也可以用主策略的

特別提示

cmd這個(gè)命令是有很多用途等待大家解鎖的。

1、點(diǎn)擊電腦左下角的“開始”按鈕。2、找到并點(diǎn)擊打開“運(yùn)行”操作框。3、輸入 “cmd” ,

擴(kuò)展閱讀,以下內(nèi)容您可能還感興趣。

如何使用cmd命令窗口清理電腦垃圾

可以用批處理在cmd下刪e799bee5baa6e79fa5e98193e59b9ee7ad9431333363366163除電腦垃圾。

新建記事本文件,將下列文字復(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%\LocalSettings\TemporaryInternet Files\*.*"

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

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

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

echo. & pause

另存為bat格式就可以了。

使用的時(shí)候只需要雙擊bat文件即可。

如何利用cmd快捷命令清理電腦里的垃圾(cmd快捷命令)

打開記事本復(fù)制以下內(nèi)容:

@echo off

title Cleaning the system junk files

echo Please wait a moment

echo --------------------

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\*.*

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

del /f /s /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\*.*"

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

echo ****************************************

echo Cleaning the system to complete rubbish!

echo are you want to clean any more?(y/n)

set /p c=

if /i %c%==n goto 5

echo 是否7a686964616fe58685e5aeb931333330333534清除cookies(y/n)

set /p cookies=

if /i %cookies%==n goto 1

RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 2

:1

echo 是否清除Internet臨時(shí)文件(y/n)

set /p IETemporary=

if /i %IETemporary%==n goto 2

RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 8

:2

echo 是否清除歷史記錄(y/n)

set /p IEhistory=

if /i %IEhistory%==n goto 3

RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 1

:3

echo 是否清除表單數(shù)據(jù)(y/n)

set /p date=

if /i %date%==n goto 4

RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 16

:4

echo 是否清除密碼(y/n)

set /p passwords=

if /i %passwords%==n goto 5

RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 32

:5

echo finish!

pause

----------------到此為止----------------------------

把這個(gè)文件保存為垃圾清理.bat

運(yùn)行即可追問請(qǐng)問你發(fā)的指令下的 編碼如何使用呢?追答直接輸入

如何利用cmd快捷命令清理電腦里的垃圾?

cleanmgr這個(gè)是清理的哦

其他的Nslookup-------IP地址偵測(cè)器 VEMPK-HN6GJ-FP5X5-3E64P-8RV5J

explorer-------我的文檔

logoff---------注銷命令e799bee5baa6e79fa5e98193e78988e69d8331333363396463 tsshutdn-------60秒倒計(jì)時(shí)關(guān)機(jī)命令

lusrmgr.msc----本機(jī)用戶和組 services.msc---本地服務(wù)設(shè)置

oobe/msoobe /a----檢查XP是否激活 notepad--------打開記事本

cleanmgr-------垃圾整理 net start messenger----開始信使服務(wù)

compmgmt.msc---計(jì)算機(jī)管理 net stop messenger-----停止信使服務(wù)

conf-----------啟動(dòng) netmeeting dvdplay--------DVD播放器

charmap--------啟動(dòng)字符映射表 diskmgmt.msc---磁盤管理實(shí)用程序

calc-----------啟動(dòng)計(jì)算器 dfrg.msc-------磁盤碎片整理程序

chkdsk.exe-----Chkdsk磁盤檢查 devmgmt.msc--- 設(shè)備管理器

regsvr32 /u *.dll----停止dll文件運(yùn)行 drwtsn32------ 系統(tǒng)醫(yī)生

rononce -p ----15秒關(guān)機(jī) dxdiag---------檢查DirectX信息

regedt32-------注冊(cè)表編輯器 Msconfig.exe---系統(tǒng)配置實(shí)用程序

rsop.msc-------組策略結(jié)果集 mem.exe--------顯示內(nèi)存使用情況

regedit.exe----注冊(cè)表 winchat--------XP自帶局域網(wǎng)聊天

progman--------程序管理器 winmsd---------系統(tǒng)信息

perfmon.msc----計(jì)算機(jī)性能監(jiān)測(cè)程序 winver---------檢查Windows版本

sfc /scannow-----掃描錯(cuò)誤并復(fù)原

taskmgr-----任務(wù)管理器(2000/xp/2003)

services.msc回車打開服務(wù)

secpol.msc回車進(jìn)入本地安全設(shè)置

control userpasswords2回車

如何使用cmd命令窗口清理電腦垃圾?

使用方法:新建一個(gè)文本文檔 然后復(fù)制代碼進(jìn)去 保存 把保存的文本文檔

后綴名 txt 修改e799bee5baa6e79fa5e98193e59b9ee7ad9431333330353630成 bat 確定~~~ 然后雙擊運(yùn)行 它就會(huì)自動(dòng)幫你

清理了 如果使用之后覺得效果不錯(cuò)的話 記得頂我一下哦

代碼:

@echo off

echo 正在清除系統(tǒng)垃圾文件,請(qǐng)稍等,根據(jù)電腦配置不同需要的時(shí)間長(zhǎ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\*.*"

start cleanmgr /SAGERUN:99

如何用“cmd”命令清理系統(tǒng)緩存?

1、首先我們打開電腦桌面,在電腦桌面上點(diǎn)按win+R打開運(yùn)行,在運(yùn)行輸入框里輸入cmd并點(diǎn)擊? ?確定。

2、然后我們即可打開cmd命令提示符界面來。

3、然后我們?cè)诿钐崾痉翱谥休斎搿癱leanmgr”,并且敲擊回車鍵進(jìn)行確定。

4、然后我們?cè)趶棾龅摹按旁幢P清理:驅(qū)動(dòng)器選擇”對(duì)話框中,點(diǎn)擊倒三角符號(hào),在彈出的下拉列表框中選擇需要清百理垃圾的磁盤盤符,點(diǎn)擊“確定”按鈕。

5、然后我們?cè)趶棾龅摹按疟P清理”對(duì)話框中,提示系統(tǒng)正在計(jì)算可以在選中要清理的磁盤C中可以釋放的空間。

6、計(jì)算完成之度后,彈出“(C:)的磁盤清理”對(duì)話框。在對(duì)話框中,在需要?jiǎng)h除的垃圾文件前的方框內(nèi)打上對(duì)勾。

7、這里選擇“回收站”、“縮略圖”以及“臨時(shí)文件”,點(diǎn)擊“確定”。

8、彈出“磁盤清理”提醒對(duì)話框,是否要永久刪除這些文件,點(diǎn)擊“刪除文件”。系統(tǒng)開始清理垃圾文件了。

9、清理完成之后,再看C盤的可用空間,比之前增大了,清理成功了。

為你推薦
資訊專欄
熱門視頻
相關(guān)推薦
qq群課堂如何看回放 如何制作黑白頭像 DNF魔界大戰(zhàn)引導(dǎo)模式(單人)怎么打 海信電視如何安裝app應(yīng)用 海信電視app安裝教程 vcruntime140.dll丟失的解決方法(僅一步解決) 蘋果ipone6如何截屏,蘋果6如何截圖 怎么退出開發(fā)者模式(如何關(guān)閉開發(fā)人員選項(xiàng)) 192.168.1.1路由器怎么設(shè)置 如何查自己的qq密碼 如何在微信群里@所有人? 谷歌瀏覽器不能用如何解決 光遇暴風(fēng)眼如何過關(guān) 塞爾達(dá)傳說 卡奧·瑪卡神廟 連接道路之物 攻略 qq紅包直升機(jī)如何畫 timing如何加道友 timing怎么加好友 怎么給qq好友點(diǎn)贊50次 開機(jī)顯示reboot and select proper boot device 使用跳舞毯連接電視 dnf深淵派對(duì)邀請(qǐng)函、史詩靈魂如何換時(shí)間引導(dǎo)石 如何在智能電視上安裝使用瀏覽器 網(wǎng)卡驅(qū)動(dòng)被誤刪了如何解決? 釘釘直播有雜音如何解決 釘釘直播怎么消除雜音 路由器如何查看寬帶賬號(hào)密碼 ps中如何把頭像變成黑白圖片 激活Win7系統(tǒng)的序列號(hào)大全 百度網(wǎng)盤超級(jí)會(huì)員下載慢怎么辦 我的世界三叉戟如何修復(fù) 電腦qq錄屏如何弄 電腦登錄微信,手機(jī)退出,怎么讓電腦仍然在線? 定位追蹤找回華為手機(jī)該如何設(shè)置? 俠盜獵車手罪惡都市如何調(diào)中文 魔獸世界救公主系列任務(wù)如何完成? 用手機(jī)給電腦安裝系統(tǒng)教程 qq錢包該如何轉(zhuǎn)到微信錢包 如何查詢自己身份證綁定了多少qq微信 怎么設(shè)置好聽的qq群名字? 怎么快速將圖片變成黑白 如何領(lǐng)取健康碼 怎么購(gòu)買國(guó)際版(正版)minecraft賬號(hào) 雷蛇鼠標(biāo)宏怎么設(shè)置
Top