Demitrius Nelon
Demitrius Nelon
We've had an ask for: * microsoft/winget-cli-restsource/issues/135 We're also working on: * #215 There are currently (as of June 2022) many other features ranked higher than this one.
Yeah, that's been my concern as well. I think we might need to fail if we can't honor "--scope" as passed in, and provide the appropriate error with what we...
@Joaompinto thanks for the great write up! Yes, there is clearly a matrix of desired behavior, and unfortunately a set of installers that don't honor what a user would want....
@Joaompinto I've been working on some documentation around various installer behaviors so we can try to provide guidance on installers for ISVs so they know what WinGet is doing and...
Try running "as user" `winget source update --verbose-logs --logs` and share the log if that doesn't work.
What results do you get when you run `winget list winget`? I'm suspecting something isn't correct with permissions on the default source package.
Try running the following commands (as administrator): `Remove-AppxPackage -Package 'Microsoft.Winget.Source_2024.729.1610.52_neutral__8wekyb3d8bbwe'` Then run: `winget source reset --force`
Does the "Remove..." command work in "non-administrator"?
Try `winget uninstall Microsoft.Winget.Source_2024.729.1610.52_neutral__8wekyb3d8bbwe` instead of the "Remove" cmdlet.
You might have a different version installed. See if you can remove the "Windows Package Manager Source (winget)" from the Settings app under "Apps > Installed apps".