本文為大家介紹c盤清理命令cmd(c盤清理命令代碼),下面和小編一起看看詳細(xì)內(nèi)容吧。
電腦用久了會(huì)卡頓。這時(shí)候就需要清理c盤來(lái)加快速度了。很多人會(huì)選擇輸入指令來(lái)清理,那么今天就把這些指令分享給大家。
【清理c盤常見(jiàn)問(wèn)題】
c盤清理命令教程:
1.清理一些垃圾文件較多的地方
del /f /s /q c:windowspchealtherrorrepqsignoff*.*
del /f /s /q c:windowspchealtherrorrepuserdumps*.*
del /f /s /q c:windowssystem32logfileshttperr*.*
del /f /s /q c:windowsmicrosoft.netframeworkv2.0.50727temporary asp.net files*.*
del /f /s /q c:windowsmicrosoft.netframeworkv1.1.4322temporary asp.net files*.*
del /f /s /q c:windowsmicrosoft.netframeworkv4.0.30319臨時(shí)asp.net 文件*.*
del /f /s /q c:windows emp*.*
del /f /s /q /a:s c:windowsiis 臨時(shí)壓縮文件*.*
2.刪除系統(tǒng)盤目錄下的臨時(shí)文件
del /f /s /q %systemdrive%*._mp
3.刪除系統(tǒng)盤目錄下的日志文件
del /f /s /q %systemdrive%*.log
4.刪除系統(tǒng)目錄下的舊文件
del /f /s /q %systemdrive%*.old
5.刪除回收站中無(wú)用的文件
del /f /s /q %systemdrive% 回收*.*
6.刪除系統(tǒng)目錄下的備份文件
del /f /s /q %windir%*.bak
7.刪除應(yīng)用程序臨時(shí)文件del /f /s /q %windir%prefetch*.*
8、刪除系統(tǒng)維護(hù)等操作產(chǎn)生的臨時(shí)文件
del /f /s /q %windir% emp*.*
9、刪除當(dāng)前用戶的cookie(ie)
del /f /s /q %userprofile%cookies*.*
10.刪除當(dāng)前用戶的日常操作臨時(shí)文件
del /f /s /q %userprofile%local settings emp*.*
%userprofile%local settings=c:usersadministratorappdatalocal
11.刪除訪問(wèn)記錄(開始菜單中文檔中的東西)
del /f /s /q %userprofile% ecent*.*
好了,c盤清理命令cmd(c盤清理命令代碼)的介紹到這里就結(jié)束了,想知道更多相關(guān)資料可以收藏我們的網(wǎng)站。