系統(tǒng)清理
把下面的內(nèi)容復制到記事本里面,保存為 系統(tǒng)清理.bat 就可以了 類型選 所有文件
@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)垃圾完成!
echo. & pause
以后只要雙擊運行該文件,當屏幕提示“清除系統(tǒng)LJ完成!就還你一個“苗條”的系統(tǒng)了!!到時候再看看你的電腦,是不是急速如飛呢?
posted on 2008-10-06 17:07
老丁 閱讀(296)
評論(0) 編輯 收藏 所屬分類:
系統(tǒng)維護