W7清理系統(tǒng)垃圾文件BAT腳本
W7清理系統(tǒng)垃圾文件BAT腳本
于win7系統(tǒng)功能優(yōu)點眾多,于是越來越多的人選擇使用win7系統(tǒng),但是使用時間一久,就出現(xiàn)問題了,許多朋友都在抱怨自己的win7系統(tǒng)比之前卡很多,也反應(yīng)也慢很多,而且系統(tǒng)中的垃圾文件也積累的很多,真是令人頭痛吶。之所以會出現(xiàn)這種情況,其實兩者之間是有關(guān)聯(lián)的,正是因為垃圾文件多所以win7系統(tǒng)才會卡、慢,那么既是如此,有沒有什么訣竅能改善呢?接下來是小編為大家收集的W7清理系統(tǒng)垃圾文件BAT腳本,歡迎大家閱讀:
W7清理系統(tǒng)垃圾文件BAT腳本
1、點擊桌面上的“開始——程序——附件——記事本”等鍵值,建立一個新的文本文檔。
2、然后把下面的這些數(shù)據(jù)拷貝至剛剛建立的記事本中:
【@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%\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)垃圾完成!按任意鍵繼續(xù)……
echo. & pause 】
3、接著點選“文件——另存為”項,文件命名為“ 清除系統(tǒng)垃圾.bat ”名稱,類型則選為“所有文件”便可。
4、最后點擊開啟上述新建完成的“清除系統(tǒng)垃圾.bat”文本,操作成功后退出就OK了。
朋友們學(xué)會了嗎?如此便在Win7系統(tǒng)中創(chuàng)建了一鍵清理系統(tǒng)垃圾文件BAT腳本以便為電腦瘦身,快去試試效果吧。
看了“W7清理系統(tǒng)垃圾文件BAT腳本”還想看: