Install and configure WSL2 on Windows 10

7. Set Ubuntu 18.04 as the default distribution: PS C:\> wsl -s Ubuntu-18.04 Additionally, if you want to make WSL2 your default architecture you can do so with this command: PS C:\> wsl --set-default-version 2 This will make any new distro that you install be initialized as a WSL2 distro. 8. Verify what versions of WSL your distros are using: ................
................