Shell/Bash: the windows subsystem for linux optional component is not enabled. please enable it and try again. Example
Shell/Bash Example: This is the "the windows subsystem for linux optional component is not enabled. please enable it and try again." Example. compiled from many sources on the internet by SimpleTutorials.org
The Windows Subsystem for Linux optional component is not enabled. Please enable it and try again.
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
windows features windows subsystem for linux not
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
install wsl
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
The Windows Subsystem for Linux optional component is not enabled.
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
* Summary: This "the windows subsystem for linux optional component is not enabled. please enable it and try again." Shell/Bash Example is compiled from the internet. If you have any questions, please leave a comment. Thank you!