這篇文章主要介紹“如何安全清除C盤的垃圾”,在日常操作中,相信很多人在如何安全清除C盤的垃圾問題上存在疑惑,小編查閱了各式資料,整理出簡(jiǎn)單好用的操作方法,希望對(duì)大家解答”如何安全清除C盤的垃圾”的疑惑有所幫助!接下來(lái),請(qǐng)跟著小編一起來(lái)學(xué)習(xí)吧!
在湘東等地區(qū),都構(gòu)建了全面的區(qū)域性戰(zhàn)略布局,加強(qiáng)發(fā)展的系統(tǒng)性、市場(chǎng)前瞻性、產(chǎn)品創(chuàng)新能力,以專注、極致的服務(wù)理念,為客戶提供網(wǎng)站建設(shè)、成都做網(wǎng)站 網(wǎng)站設(shè)計(jì)制作按需設(shè)計(jì)網(wǎng)站,公司網(wǎng)站建設(shè),企業(yè)網(wǎng)站建設(shè),成都品牌網(wǎng)站建設(shè),網(wǎng)絡(luò)營(yíng)銷推廣,外貿(mào)網(wǎng)站建設(shè),湘東網(wǎng)站建設(shè)費(fèi)用合理。新建一個(gè)記事本并輸入以下的內(nè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
打開還是記事本的看清楚這里最后將它保存,然后更名為“清除系統(tǒng).bat”
ok!你的清除器就這樣制作成功了!
以后只要雙擊運(yùn)行該文件,當(dāng)屏幕提示“清除系統(tǒng)完成!就還你一個(gè)“苗條”的系統(tǒng)了?。〉綍r(shí)候再看看你的電腦,是不是急速如飛呢?
確實(shí)能清理掉很多垃圾文件,不過(guò)我試了一下后,好像IIS服務(wù)中的數(shù)據(jù)庫(kù)連接驅(qū)動(dòng)被刪除,會(huì)導(dǎo)致ASP程序中只要涉及到數(shù)據(jù)庫(kù)連接時(shí)就出錯(cuò):(
到此,關(guān)于“如何安全清除C盤的垃圾”的學(xué)習(xí)就結(jié)束了,希望能夠解決大家的疑惑。理論與實(shí)踐的搭配能更好的幫助大家學(xué)習(xí),快去試試吧!若想繼續(xù)學(xué)習(xí)更多相關(guān)知識(shí),請(qǐng)繼續(xù)關(guān)注創(chuàng)新互聯(lián)網(wǎng)站,小編會(huì)繼續(xù)努力為大家?guī)?lái)更多實(shí)用的文章!