wsl version code example
Example 1: get wsl version
wsl -l -v
# If version 2 is installed properly, you will see the version number.
# If you don't see a version number, or if you see an error message
# you have version 1
Example 2: wsl version
wsl --list --verbose
wsl --set-version <distribution name> <versionNumber>
Example 3: windows features windows subsystem for linux not
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
Example 4: switch installed linx to wsl2
wsl.exe --set-version Ubuntu 2
Example 5: ubuntu wsl windows 10
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux