Answers for "The Windows Subsystem for Linux optional component is not enabled."

2

windows subsystem for linux optional component is not enabled. please enable it and try again

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

windows features windows subsystem for linux not

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

The Windows Subsystem for Linux optional component is not enabled.

dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
Posted by: Guest on August-16-2020
2

windows wsl

dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
Posted by: Guest on July-14-2020

Code answers related to "The Windows Subsystem for Linux optional component is not enabled."

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language