Fix Give Us a Minute We're Updating App, It Should Be Ready to Use Again Shortly Message on Win 10
Steps to Fix Windows 10 Error Message Give Us a Minute We're Updating Photos, Sea of Thieves, Windows Security, Movies and TV, Paint, Microsoft Edge, Cortana etc. It Should Be Ready to Use Again Shortly See in Store
Step 1) Sign out and Sign in again on Microsoft Store.
Step 2) Update the Store Apps
Step 3) Run Windows Store Troubleshooter
Step 4) Reset Store Cache wsreset command
Step 5) Reset the App which is giving the message, if it is a game you may have to redownload the game
Step 6) Re-register Store
Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Get-AppXPackage -AllUsers -Name Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" -Verbose}
Step 7) Perform SFC and DISM scan
sfc /scannow
Dism /Online /Cleanup-Image /RestoreHealth
Step 8) Update Windows 10
Step 9) Restart Microsoft Install service
Step 10) Uninstall & Reinstall Store
Get-AppxPackage -allusers *WindowsStore* | Remove-AppxPackage
Reboot your computer
Get-AppxPackage -allusers *WindowsStore* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
Step 11) Update Windows 10 using Media Creation Tool: https://www.microsoft.com/en-in/software-download/windows10