打開 PowerShell
關閉wsl
wsl --shutdown
執行:
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
iwr -useb https://raw.githubusercontent.com/okibcn/wslcompact/main/setup | iex
看一些指令
wslcompact -h
壓縮硬碟=>Ubuntu-20.04請根據你的真實使用實例作變更
wslcompact -c Ubuntu-20.04
實際操作結果從240G降至153G(多出快100G,目前試過成效最好的方法)
移除該指令:
Remove-Item "$($env:PSModulePath.split(';')[0])/WslCompact" -Recurse -Force