Skip to content

The packaged version of WSL is not supported by windows-version 10.0.19045.2130 #9107

Answered by NotTheDr01ds
sisteu56 asked this question in General
Discussion options

You must be logged in to vote

I could be wrong on this, but I believe "the packaged version" here means the new WSL release that is only available for Windows 11. You shouldn't have been able to install it on Windows 10 (even 22H2), but did you maybe find a way to force it somehow?

Open a PowerShell terminal as Admin and try the following:

Get-AppxPackage -AllUsers |? { $_.Name -like "*WindowsSubsystemForLinux*" }

If that returns any results, then you have the "packaged" version of WSL installed. I'd be curious how you did it on Windows 10!

But if it returns a result, then try uninstalling it using one of the following methods:

  • Add or Remove Programs in Settings

  • Just find "Windows Subsystem for Linux Preview" in …

Replies: 3 comments 6 replies

Comment options

You must be logged in to vote
2 replies
@Biswa96
Comment options

@NotTheDr01ds
Comment options

Answer selected by sisteu56
Comment options

You must be logged in to vote
4 replies
@NotTheDr01ds
Comment options

@Nahor
Comment options

@NotTheDr01ds
Comment options

@jslay88
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
5 participants