Answers for "wsl version"

5

How do I check my WSL version?

wsl -l -v
Posted by: Guest on October-04-2020
4

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
Posted by: Guest on November-04-2020
1

wsl version

wsl --list --verbose
wsl --set-version <distribution name> <versionNumber>
Posted by: Guest on January-04-2021
7

windows features windows subsystem for linux not

Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
Posted by: Guest on February-08-2020
1

switch installed linx to wsl2

wsl.exe --set-version Ubuntu 2
Posted by: Guest on July-22-2020
0

how to check wsl version

dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
Posted by: Guest on September-23-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language