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

Update Troubleshooting issue "Executing winget doesn't display help" #4372

Open
vuongtuha opened this issue Apr 12, 2024 · 0 comments
Open
Labels
Issue-Docs It's a documentation issue that really should be on MicrosoftDocs

Comments

@vuongtuha
Copy link

Brief description of your issue

I got 1st and 2nd error messages on different system build Win 10 and 11. Follow the written guide:

  1. AppInstaller was already installed, but some build come with old version/didnt update
  2. App execution aliases were enabled
  3. Skip bcoz i didnt see the solution clear enough
  4. Develop opt is enabled and Sideload opt too

My suggestion: Add more info in case 3. I didnt get any trouble with the rest 3 cases, and none of msixbundle/appx file can be execute on my testing systems. I can fix it after reset AppInstall inside System App Settings. Assume that also add AppInstaller execution dir to $PATH or update AppInstaller
There's another way to do this inside Powershell session:
on Win 10: $Manifest = (Get-AppxPackage Microsoft.DesktopAppInstaller).InstallLocation + '\appxmanifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $Manifest
on Win 11: Get-AppxPackage Microsoft.DesktopAppInstaller | Reset-AppxPackage
Ref to the place I got these cmd: https://4sysops.com/archives/fix-settings-app-crashes-in-windows-10-and-windows-11/
Looking for your reply!

@vuongtuha vuongtuha added the Issue-Docs It's a documentation issue that really should be on MicrosoftDocs label Apr 12, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Triage Issue need to be triaged label Apr 12, 2024
@denelon denelon removed the Needs-Triage Issue need to be triaged label Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Docs It's a documentation issue that really should be on MicrosoftDocs
Projects
None yet
Development

No branches or pull requests

2 participants