怎么快速清理win7系統(tǒng)垃圾
我們?cè)谑褂秒娔X的過(guò)程中,都會(huì)給電腦留下很多的'垃圾。如果沒(méi)有定期給電腦清理垃圾的話,電腦中的垃圾就會(huì)越堆越多,從而影響到電腦的運(yùn)行速度。因此,今天小編就教大家如何快速清理win7系統(tǒng)中的垃圾。
1、首先在電腦桌面的空白處鼠標(biāo)右擊,選擇“新建--文本文檔”;
2、然后將下面的代碼復(fù)制粘貼進(jìn)去;
@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% 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*.*
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*.*”
echo 清除系統(tǒng)LJ完成!
echo. & pause
3、粘貼完之后選擇“文件”選項(xiàng)→另存為→選擇“保存在”桌面→“文件名”改為“清除系統(tǒng)LJ.bat”→“保存類型”選擇“所有文件”,點(diǎn)擊保存即可。
4、以后要清理垃圾的時(shí)候只要雙擊一下這個(gè)文件電腦就會(huì)快速的自動(dòng)清理系統(tǒng)垃圾了。
【怎么快速清理win7系統(tǒng)垃圾】相關(guān)文章:
如何快速清理電腦垃圾01-27
怎么清理電腦垃圾05-24
電腦垃圾怎么清理10-15
怎樣清理電腦系統(tǒng)垃圾05-27
電腦系統(tǒng)垃圾清理程序11-10
win7如何清理電腦內(nèi)存垃圾11-15
怎么清理電腦光盤垃圾11-14