- 相關(guān)推薦
怎么清除電腦垃圾系統(tǒng)文件
很多朋友說夸張了,只能減少幾十M而已,其實那是因為你的系統(tǒng)本來都比較干凈,如果你系統(tǒng)使用了一段時間,安裝了一定的軟件,升級過,長期瀏覽網(wǎng)頁圖片,一定時間后你再清理試試看能不能達到1G以上,不夸張,只是針對用的人而言。歡迎大家閱讀!更多相關(guān)信息請關(guān)注相關(guān)欄目!
不想把他做成.bat文件上傳,讓大家自己寫,會覺得更安全,放心,安全覺得可以保障的。
教大家自己寫個程序。
這個程序是自動清理電腦里的垃圾而不會破壞系統(tǒng) 比很多軟件都好。
打開[開始]-[所有程序]-[附件]-[記事本]
然后復制以下內(nèi)容。
@echo off
echo 正在清除系統(tǒ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% ecycled*.*
del /f /s /q %windir%*.bak
del /f /s /q %windir%prefetch*.*
rd /s /q %windir% emp & md %windir% emp
del /f /q %userprofile%COOKIES s*.*
del /f /q %userprofile% ecent*.*
del /f /s /q "%userprofile%Local SettingsTemporary Internet Files*.*"
del /f /s /q "%userprofile%Local SettingsTemp*.*"
del /f /s /q "%userprofile% ecent*.*"
sfc /purgecache '清理系統(tǒng)盤無用文件
defrag %systemdrive% -b '優(yōu)化預讀信息
echo 清除系統(tǒng)LJ完成!
echo. & pause
復制完保存,就是點記事本左上角的 文件 , 選保存 ,然后更名為“清除系統(tǒng)LJ.bat” 就OK了,以后只要雙擊運行該文件,當屏幕提示“清除系統(tǒng)LJ完成!就還你一個“苗條”的系統(tǒng)了!!到時候再看看你的電腦,是不是急速如飛呢?
【怎么清除電腦垃圾系統(tǒng)文件】相關(guān)文章:
清除Windows系統(tǒng)盤沒用垃圾文件的方法05-09
電腦系統(tǒng)文件損壞怎么辦04-24
電腦系統(tǒng)文件丟失怎么辦04-21
電腦系統(tǒng)文件的介紹04-25
怎么徹底清除手機的殘留文件04-24
Mac系統(tǒng)如何清除磁盤垃圾04-30
電腦文件共享怎么設(shè)置04-23
系統(tǒng)文件丟失怎么辦04-30
電腦怎么還原系統(tǒng)04-28