Ubuntu on Windows 10 (from Microsoft Store) installed but failed on Launch

Ubuntu on Windows 10 (from Microsoft Store) installed but failed on Launch with error 0x8007019e'; error message says Windows Subsystem for Linux optional component is not enabled. How?

1

1 Answer

You should enable window subsystem Linux. Open PowerShell as Administrator and run:

Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux

restart your computer when prompted. then Ubuntu on Windows 10 from Microsoft Store

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like