你的電腦明明配備不算很差,但就是很慢嗎?
這個小程式
比什麼系統醫生,或磁碟清理程式還有有效果哦
用了後真的明顯感到電腦比較順了


首將下面分隔線內的文字貼到記事本上
===========================
@echo off
echo 正在清除系統垃圾文件,請稍等......
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 清除系統垃圾完成!
echo. & pause
===========================

然後將記事本的副檔名改成.bat
(另存新檔時在檔名後加上 .bat)
執行後,就可以清除許多系統垃圾,減輕你電腦的負擔哦



轉自PTT
arrow
arrow
    全站熱搜

    fofocatsn 發表在 痞客邦 留言(0) 人氣()