Install and configure WSL2 on Windows 10

distro: Ubuntu-18.04. PS C:\> wsl -l -v . 6. Set your current distro as the one to be backed by WSL2 using the following command in PowerShell: PS C:\> wsl --set-version Ubuntu-18.04 2 You can change back to WSL 1 at any time by running the same command as above but replacing the '2' ................
................