Skip to content

mtniehaus/Update-InboxApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Update-InboxApp

This script will use the WinRT API to tell Windows to update one or more in-box apps from the Microsoft Store, instead of waiting for them to update in the background. This can be useful to force updates of broken or vulnerable apps (e.g. Microsoft.DesktopAppInstaller_8wekyb3d8bbwe needs to be updated because Winget is broken.)

You can also use the PowerShell pipeline to update all the installed apps:

Get-AppxPackage | .\Update-InboxApp

The mechanism for doing this was covered in a comment on Github:

microsoft/winget-cli#1738

Thanks to https://github.com/dmachaj for showing how this can be done in PowerShell.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published