close

------------------------------------------------------------
@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

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 Deep Pink 的頭像
    Deep Pink

    每一個你討厭的現在,都有一個不夠努力的曾經

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