Skip to content

Instantly share code, notes, and snippets.

@t-mat
Created April 28, 2024 13:46
Show Gist options
  • Save t-mat/84e8d15dca3f5af2ce9bd728a642b2fe to your computer and use it in GitHub Desktop.
Save t-mat/84e8d15dca3f5af2ce9bd728a642b2fe to your computer and use it in GitHub Desktop.
[Windows] `winget` keep reporting mysterious error 0x8a15005e

Problem: winget CLI command keep reporting a mysterious error code 0x8a15005e

Solution: Update winget.exe via aka.ms/getwinget

pwsh.exe
cd $env:USERPROFILE\Desktop
curl.exe -JOL https://aka.ms/getwinget
Add-AppxPackage Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.txt.msixbundle

See also:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment