Open PowerShell as Administrator
Run `wsl --shutdown`
Run `wsl --unregister ` for each installed distro
Run `wsl --list --verbose` to check remaining distros
Open Windows Settings
Go to Apps
Go...
Open PowerShell
Run `wsl -l -v` to list installed WSL distributions
Run `wsl -d ` to reopen the desired distribution
Run `wsl` to open the default distribution
Run...