Forum Discussion
Jsingh153
Jul 22, 2023Copper Contributor
Windows 11 microsoft store app updates are stuck on pending
Hi the app updates in the microsoft store are stuck on pending or installing, anyone got a fix for this? I have tried to repair the app and reset it. I have used powershell to remove it and bring it ...
xBashaR
Apr 13, 2024Copper Contributor
What worked for me was to reinstall Microsoft store.
You can write this in CMD:
PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPackage *WindowsStore*).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}"