Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add script and instructions to install the latest version of WSL when the machine is in a bad MSIX state #11500

Merged
merged 1 commit into from
Apr 23, 2024

Conversation

OneBlue
Copy link
Collaborator

@OneBlue OneBlue commented Apr 23, 2024

This will allow automated diagnostic and recovery on issues like #11497

@OneBlue OneBlue merged commit 52bad1f into master Apr 23, 2024
1 check passed
Set-StrictMode -Version Latest

$release = Invoke-WebRequest 'https://api.github.com/repos/microsoft/WSL/releases/latest' | ConvertFrom-Json
$systeminfo = & systeminfo | findstr /C:"System Type"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is also under: $env:PROCESSOR_ARCHITECTURE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants