You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched for my feature proposal and have not found a work-in-progress/duplicate/resolved/discarded issue.
This improvement refers to an existing feature. If you want to suggest a new feature, please use this template.
This improvement is not a bug. If you want to report a bug, please use this template.
Describe the improvement
As #3092 (comment) explains, Microsoft.WSL necessitates elevation to S-1-5-21-3393590545-1630102450-2353009815-500 to have its package updated.
Consequently, this should automatically occur when a package installation fails with error code 0x80073d28, if that code corresponds uniquely to this situation.
Describe how this improvement could help users
It would mean less guesswork on the part of the ignorant, and less manual labor (or necessary automation) on the part of those with multiple packages which necessitate this to be updated.
The text was updated successfully, but these errors were encountered:
Note for me:
Requires adding the special return code 0x80073D28 or -2147009240 as UAC-required. This is not a standard WinGet return code, but refers to a failure on AppxPackage registering due to missing privileges
marticliment
changed the title
[IMPROVEMENT] Automatically elevate to update packages which necessitate it.
[IMPROVEMENT] WinGet: Detect alternative return codes for missing elevation
Dec 23, 2024
Please confirm these before moving forward.
Describe the improvement
As #3092 (comment) explains,
Microsoft.WSL
necessitates elevation toS-1-5-21-3393590545-1630102450-2353009815-500
to have its package updated.Consequently, this should automatically occur when a package installation fails with error code
0x80073d28
, if that code corresponds uniquely to this situation.Describe how this improvement could help users
It would mean less guesswork on the part of the ignorant, and less manual labor (or necessary automation) on the part of those with multiple packages which necessitate this to be updated.
The text was updated successfully, but these errors were encountered: