Convert WSL1 to WSL2
Process
To see current Linux Distros -
wsl --list --verboseSet WSL2 Version as default -
wsl --set-default-version 2Then to actually convert WSL1 Linux Distro to WSL2, run -
wsl --set-version {DISTRO_NAME} 2WSL1 Distro should now be converted to WSL2, you can verify the same by runnig -
wsl --list --verboseLast updated