Return to site

Trying To Download Game From Windows Store Error Constantly

broken image


  1. Trying To Download Game From Windows Store Error Constantly Working
  2. Trying To Download Game From Windows Store Error Constantly Windows 10
  3. Trying To Download Game From Windows Store Error Constantly Working

The 'Try the download again Something happened on our end' error may be thrown when you try to download an application from Windows Store on a device running Windows 10.

It's back! The Windows App Store issue that makes you think you're going to download exciting applications and games, but in reality, you're just gonna watch spinning dots until your eyes bleed. We fixed this in Windows 8.1 with PowerShell, so what do you do this time?

Trying To Download Game From Windows Store Error Constantly
Trying To Download Game From Windows Store Error Constantly

If you click on the App Store icon in the Taskbar here or

If you click on the App Store in the Start Menu

What you expect to see is this:

Trying To Download Game From Windows Store Error Constantly Working

But if you are suffering from App Store misbehavior what you might end up seeing is hours and hours of this:

Fortunately, once again, PowerShell is our hero.

First right-click on the Start Menu icon and select Command Prompt (Admin)

(alternately you can type + X to open the context Window.)

Trying To Download Game From Windows Store Error Constantly Windows 10

In the Command Prompt (Admin) Window type or copy and paste the following text:

PowerShell -ExecutionPolicy Unrestricted -Command '& {$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + 'AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}'

Trying To Download Game From Windows Store Error Constantly Working

It should look like this:

Once the command finishes, you should be able to open the App Store and download Apps and Games to your heart's content. Tip your waiters and waitresses, I'll be here all week.

Dave





broken image