Microsoft Store issue

Copper Contributor
When i try to download any app from Microsoft Store it's showing an another app is downloading pls wait to download it, I saw in app download section there was no app downloading, i checked everything in taskbar nothing was downloading. Any solution for this issue?
1 Reply
Hello,

Try re-registering Store app. Perform these steps:

1. Search for Windows PowerShell using Cortana or Windows Search.

2. From results, right click on Windows PowerShell and select Run as administrator.

3. Then type following command and press Enter key:

Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

Let the command complete.

4. Close Windows PowerShell.

Let me know if issue still persists!