Jul 22 2023 06:20 AM
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 back. I don't want to reset my pc or install windows again.
Jul 23 2023 02:24 PM
@Jsingh153 I'm having the exact same problem and I have tried every single fix online and nothing works, it's driving me INSANE
Jul 24 2023 04:30 AM
Jul 24 2023 05:14 AM
Apr 13 2024 03:26 AM
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}"
May 15 2024 12:56 PM - edited May 15 2024 12:57 PM
Hi @Jsingh153
in my case I solved the issue disabling the use of Background Intelligent Transfer Service (BITS):
Here are the steps to disable the use of BITS service:
Press Win + R to open the Run dialog, type gpedit.msc, and press Enter. This will open the Local Group Policy Editor.
Navigate to Computer Configuration -> Administrative Templates -> Windows Components -> Delivery Optimization.
Double-click Download Mode in the right pane.
Select Enable and set Download Mode to "Simple (99)" if you use Windows 11 or "Bypass (100)" if you use Windows 10
Click Apply and OK.
Restart your computer to apply the changes.
After the restart the problem should be solved.
Best Regards.
Luca