How to fix 0x8007019e wsl error?

Augusto Luchesi Matos 20 Reputation points
2024-01-19T01:25:10.6533333+00:00

User's image

The SubSystem for Linux is enabled on my PC but it can't fix my error. Someone know what can i do?

Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
4,778 questions
Microsoft Intune Linux
Microsoft Intune Linux
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Linux: A family of open-source Unix-like operating systems.
43 questions
0 comments No comments
{count} votes

Accepted answer
  1. AlexZhu-MSFT 5,551 Reputation points Microsoft Vendor
    2024-01-19T07:28:20.6333333+00:00

    Hi,

    Please open a PowerShell window (admin) and run below command. Ater that, try it again to see if it helps.

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

    If it does not help, open a command prompt (admin), continue with the following:

    wsl --install 
    dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart 
    dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart 
    wsl --set-default-version 2
    
    

    Alex

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Augusto Luchesi Matos 20 Reputation points
    2024-01-19T21:02:15.5366667+00:00

    Hey guys, I solve my problem using another version of Windows Subsystem for Linux like in the print below.

    User's image

    0 comments No comments