最近很多程式都說可以清理你的系統
結果還不是沒有清的很徹底
這裡敎你一個方法,
這個自行製作程式是自動清理電腦裡的垃圾而且不會破壞系統
比很多軟體好很多喔!
開始→程式集→附屬應用程式→找到記事本,然後要開始設計囉~~
以下的文字請複製在記事本裡的內容
@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 SettingsTemporary Internet Files*.*"
del /f /s /q "%userprofile%Local SettingsTemp*.*"
del /f /s /q "%userprofile%recent*.*"
echo 清除系統LJ完成!
echo. & pause
然後要儲存新檔時,把檔名改成「清除系統LJ.bat」(括號裡的字)
儲存完之後,你可以點選你剛剛做的程式,是不是一直在清理系統呢>>??很高興自己也是程式製作高手吧~~
給自己一個掌聲~~也請大家不要吝嗇的給我正面評價吧!