List of installed VMs
bash
1wsl -l -vList of all online distro
bash
1wsl -l -o2wsl --list --onlineList of installed VMs
bash
1wsl --list --verboseAttach to specific instance
bash
1wsl -d InstanceNameTo set default distro for wsl
bash
1wsl --set-default <Distribution Name>2wsl --install -d Ubuntu-22.04Delete wsl instance
bash
1wsl --unregister <DistributionName>WSL status
bash
1wsl --statusAttach disk to wsl
bash
1wsl --mount <DiskPath>