Share via

Error code 6003

Anonymous
2019-03-13T15:50:33+00:00

I was trying to purchase in game packs in Iron Blade. Yesterday and the day before it worked fine. Today the message says "something went wrong our end" then error code 6003.

What does this mean, and how toy I fix it?

Windows for home | Windows 10 | Microsoft Store

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

3 answers

Sort by: Most helpful
  1. Anonymous
    2019-03-14T08:04:10+00:00

    Hello,

    I'm Independent Advisor and Microsoft MVP, here to help you with your question.

    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.

    1. Close Windows PowerShell and check if this resolves the issue.

    Let us know if this helps!

    Was this answer helpful?

    3 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2019-03-13T16:05:25+00:00

    Hi Dave,

    I am an Independent Advisor.

    Step 1.

    Run Windows Update and ensure all updates are installed.

    Step 2.

    Clear Windows Store Cache

    Start > Type WSreset.exe > Press Enter

    Step 3.

    Repair or Reset the app

    Settings > Apps > Apps & Features

    Select the app

    Select Advanced Options

    Select Repair or Reset

    Step 4. Uninstall/Reinstall the app then retry purchasing the Game Pack

    Pat

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2019-03-13T15:53:02+00:00

    Hi, DaveEvans5

    My name is Maritza and I am an Independent Advisor. I would be happy to help you today.

    Follow these steps:

    1. launch powershell
    2. Set-ExecutionPolicy Unrestricted
    3. Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

    Restart your system

    Check this link, I hope it helps

    https://support.microsoft.com/en-us/help/402749...

    Let us know if these steps help you to resolve the issue.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments