Skip to content

Instantly share code, notes, and snippets.

View isaaccorley's full-sized avatar
🌴

Isaac Corley isaaccorley

🌴
View GitHub Profile
@isaaccorley
isaaccorley / free-wsl.ps
Created July 28, 2021 21:57
Free unused space from WSL2
wsl --shutdown
diskpart
select vdisk file="C:\Users\<user>\AppData\Local\Packages\CanonicalGroupLimited.Ubuntu20.04onWindows_79rhkp1fndgsc\LocalState\ext4.vhdx"
attach vdisk readonly
compact vdisk
detach vdisk
exit