Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 349 Bytes

wsl_cleanup.md

File metadata and controls

21 lines (16 loc) · 349 Bytes

Free Up WSL2 space

Trim WSL2

fstrim -a

Shutdown WSL

wsl --shutdown

Find the path to your wsl distro vhd

On registry -> Computer\HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Lxss

Then look at BasePath

Optimize VHD

Optimize-Vhd -Path <YOUR_PATH>\ext4.vhdx -Mode full