回覆列表
  • 1 # 手機使用者86875635050

    新建個文字檔案,然後把下面這段內容複製進去,選檔案-另存為-儲存型別改成所有檔案-檔名改成“清除系統垃圾.bat”-儲存,然後執行這個清除系統垃圾.bat就可以了:

    @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

  • 中秋節和大豐收的關聯?
  • 怎樣才能完全刪掉在電腦裡的東西?