Skip to main content
added 10 characters in body
Source Link
Mureinik
  • 4.1k
  • 13
  • 29
  • 34

When iI tried to install wsl without enabling it, it gives me this error

PS C:\WINDOWS\system32> wsl --install
wsl : The term 'wsl' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the
spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ wsl --install
+ ~~~
    + CategoryInfo          : ObjectNotFound: (wsl:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

After trying out microsoft'sMicrosoft's guide to manual installation, it still fails

PS C:\WINDOWS\system32> dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart

Deployment Image Servicing and Management tool
Version: 10.0.19041.844

Image Version: 10.0.19043.1081

Enabling feature(s)
[==========================100.0%==========================]

Error: 0x800f0831

DISM failed. No operation was performed.
For more information, review the log file.

The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log

When I tried to enable wsl via commond promtcommand prompt, it gives the same error. It "trys" to search/enable/install for wsl but in the end, it gives the same error code (same in title).

  • isIs my computer capable of this virtualisationvirtualization?
  • Do iI need to update something?
  • Have iI messed up anything in the system files?

When i tried to install wsl without enabling it, it gives me this error

PS C:\WINDOWS\system32> wsl --install
wsl : The term 'wsl' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the
spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ wsl --install
+ ~~~
    + CategoryInfo          : ObjectNotFound: (wsl:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

After trying out microsoft's guide to manual installation, still fails

PS C:\WINDOWS\system32> dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart

Deployment Image Servicing and Management tool
Version: 10.0.19041.844

Image Version: 10.0.19043.1081

Enabling feature(s)
[==========================100.0%==========================]

Error: 0x800f0831

DISM failed. No operation was performed.
For more information, review the log file.

The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log

I tried to enable wsl via commond promt, it gives the same error. It "trys" to search/enable/install for wsl but in the end it gives the same error code (same in title).

  • is my computer capable of this virtualisation?
  • Do i need to update something?
  • Have i messed up anything in the system files?

When I tried to install wsl without enabling it, it gives me this error

PS C:\WINDOWS\system32> wsl --install
wsl : The term 'wsl' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the
spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ wsl --install
+ ~~~
    + CategoryInfo          : ObjectNotFound: (wsl:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

After trying out Microsoft's guide to manual installation, it still fails

PS C:\WINDOWS\system32> dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart

Deployment Image Servicing and Management tool
Version: 10.0.19041.844

Image Version: 10.0.19043.1081

Enabling feature(s)
[==========================100.0%==========================]

Error: 0x800f0831

DISM failed. No operation was performed.
For more information, review the log file.

The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log

When I tried to enable wsl via command prompt, it gives the same error. It "trys" to search/enable/install for wsl but in the end, it gives the same error code (same in title).

  • Is my computer capable of this virtualization?
  • Do I need to update something?
  • Have I messed up anything in the system files?
Source Link

Unable to install windows subsystem for linux, error 0x800f0831

When i tried to install wsl without enabling it, it gives me this error

PS C:\WINDOWS\system32> wsl --install
wsl : The term 'wsl' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the
spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ wsl --install
+ ~~~
    + CategoryInfo          : ObjectNotFound: (wsl:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

After trying out microsoft's guide to manual installation, still fails

PS C:\WINDOWS\system32> dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart

Deployment Image Servicing and Management tool
Version: 10.0.19041.844

Image Version: 10.0.19043.1081

Enabling feature(s)
[==========================100.0%==========================]

Error: 0x800f0831

DISM failed. No operation was performed.
For more information, review the log file.

The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log

I tried to enable wsl via commond promt, it gives the same error. It "trys" to search/enable/install for wsl but in the end it gives the same error code (same in title).

  • is my computer capable of this virtualisation?
  • Do i need to update something?
  • Have i messed up anything in the system files?