Skip to main content




RECOMMENDED: Click here to fix Windows errors and get the most out of your system performance

WSL o Subsistema de Windows para Linux para Windows 10 es una magnífica herramienta para desarrolladores. Pero de vez en cuando activa un código de error 0x8007019e o 0x8000000d al iniciar la línea de comando. Aún cuando el error parece tener un obstáculo con la instalación de WSL, podría ser un falso positivo. Algunos usuarios han instalado WSL, pero todavía enfrentan el problema. El código de error es:

wslregisterdistribution-failed-with-error-0x8000000d-error-for-wsl-e1559766716385-7658325

Installing, this may take a few minutes...
WslRegisterDistribution failed with error: 0x8007019e / 0x8000000d
Error: 0x8007019e / 0x8000000d The parameter is incorrect.
Press any key to continue.

Este error se produce debido a que las funciones de Windows 10 no son compatibles. El error ni siquiera le posibilita usar la línea de comandos de WSL. En este post, veremos cómo arreglar este error en Windows 10.

Make sure Windows Subsystem for Linux (WSL) is enabled.

make-sure-windows-subsystem-for-linux-is-checked-8410097

  1. Open Control Panel
  2. Programs and functions
  3. Turn Windows feature on and off
  4. Windows Subsystem Check for Linux

Use the PowerShell cmdlet

powershell-3556156

Your Windows Subsystem for Linux (WSL) is not enabled. To enable PowerShell as administrator, open PowerShell and run the following command:

  1. Enable WindowsOptionnel -Functionality Online -FunctionalityNameMicrosoft Windows Subsystem Linux
  2. Restart your computer when prompted.

CMD Bypass Solution

run-cmd-as-administrator-with-su-supershell-8438404

  • Go to the Start menu and find the message.
  • Or press CTRL + R and type cmd.
  • Enter or copy each line individually:

wslconfig.exe /setdefault kali-rolling
He tried
CD

  • From now on, you can (as a workaround) start Kali Linux from the command line. This is decidedly not desirable, but it can be a temporary solution.
  • The error message "WslRegister distribution failed" is no longer displayed.

https://github.com/Microsoft/WSL/issues/2982

RECOMMENDED: Click here to fix Windows errors and get the most out of your system performance