530 B
530 B
title, updated, created, source
| title | updated | created | source |
|---|---|---|---|
| How to Shrink a WSL2 Virtual Disk – SCRIPT | 2022-10-17 18:47:57Z | 2022-10-17 18:47:57Z | https://stephenreescarter.net/how-to-shrink-a-wsl2-virtual-disk/ |
just put the in the flle scriptname.txt the lines
wsl.exe –terminate WSLinux
wsl –shutdown
select vdisk file=%appdata%\\..\\Local\\Local\\Packages\\SomeWSLVendorName\\LocalState\\ext4.vhdx
compact vdisk
exit
Create a task in task scheduler with this action
diskpart /s PathToScript\\scriptname.txt > logfile.txt