Windows store does not open - missing PurgeCaches

Anonymous
2012-12-02T04:12:22+00:00

Windows store does not open; always goes back to start screen. When I opened, wsreset.exe, then I got this error message...

Windows cannot find 'ms-windows-store:PurgeCaches'. Make sure you typed the name correctly, and then try again.

What should I do? Note that the store actually works in other user account.

Windows for home | Previous Windows versions | 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
Answer accepted by question author
Anonymous
2013-10-18T17:08:25+00:00

This command line solution (power shell to be exact) I found in other thread fix it for me

http://answers.microsoft.com/en-us/windows/forum/windows8\_1-windows\_store/just-updated-to-windows-81-and-the-windows-store/c4cf204d-bd99-426c-b800-9c9125ae739c

Answer

Luis Cantero replied on

-

Please run the following in a Command Window to re-register the Store app:

powershell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRoot\WinStore\AppxManifest.xml

Was this answer helpful?

80+ people found this answer helpful.
0 comments No comments
Answer accepted by question author
Anonymous
2014-10-08T02:46:07+00:00

Don't do anything else other than cutting and running this code make sure you do nothing else other than Running this.

powershell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRoot\WinStore\AppxManifest.xml

I wish i have known this before i re-freshed my wndows 8. What happened to me was that i deleted the packages folder C:\Users\**********\AppData\Local\Packages\.* i thought it was temp files or cache. Microsoft should change the location of this package folder or add recognizable name such as Store Apps Packages.

Thanks for your help.

Was this answer helpful?

80+ people found this answer helpful.
0 comments No comments
Answer accepted by question author
Anonymous
2015-04-10T00:54:56+00:00

Running    powershell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRoot\WinStore\AppxManifest.xml   at the command line (Search->Run->cmd.exe) is the answer! I've been having this problem for months and this finally fixed it. THANK YOU TO WHOMEVER FIGURED THIS OUT!!!!!!!!!!

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

141 additional answers

Sort by: Most helpful
  1. Anonymous
    2014-07-11T23:04:50+00:00

    I have Windows 8 (preinstalled on HP laptop) that was upgraded to 8.1 so that method will not work for me. Do I have to buy Windows 8.1 to fix the problem (that didn't happen till an official Windows Update back in the spring) or just reinstall 8 and be back at square one?

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2014-07-11T00:44:45+00:00

    Hi,

    I would suggest you to follow the steps given below, you need to have Windows 8 installation disk. If you have Windows 8 installation disk then proceed to Method 1 or method 2 else I suggest you to create an installation disk with the help of links given below.

    Create installation media for Windows 8.1

    http://windows.microsoft.com/en-US/windows-8/create-reset-refresh-media

    You can follow the steps given below to perform Automatic repair.

    The Automatic repair can detect and fix the issues that prevent the computer from starting normally. You will need the Windows 8 installation disc to perform an Automatic repair. If you don’t have a Windows 8 disc, I would suggest you to download the Windows 8 installation files from another computer through this link and choose to create an installation media when the upgrade assistant prompts.

    After you have a Windows 8 installation disc, follow these steps:

    1. When your computer starts, wait for the manufacturer logo to check the option for boot menu, it will usually be F12.
    2. The boot menu key might differ with each manufacturer. If you are unable to find the boot menu key, you may refer the user manual.
    3. Restart the computer, when the manufacturer's logo is displayed, keep pressing the Boot menu option key to enter the boot menu and change the boot option to CD\DVD ROM.
    4. After you boot your computer using Windows DVD or System Repair Disc, a black screen appears with gray text "Press any key to boot from CD or DVD". Press any key.
    5. Select the correct time and Keyboard type.
    6. Click Repair your computer in the lower left corner
    7. Click on Troubleshooting, advanced option and then click start up repair.

    Hope it helps.

    Was this answer helpful?

    0 comments No comments