Wsreset error "'ms-windows-store:PurgeCaches'"

Anonymous
2013-11-19T18:34:34+00:00

Original Title: Issue with Windows Store.

Split from-

http://answers.microsoft.com/en-us/windows/forum/windows_8-windows_store/windows-store-keeps-crashing-when-trying-to-update/18e275e0-8d28-448d-9e27-38022f855b32

Every time I attempt the reset for the store (Store and other apps routinely crash after the Win 8.1 update).  I receive the below error message:

All device drivers are up-to-date (and have not changed since when it did work)

Anti-Virus is the same as it was when everything worked (Norton AV)

I launched a command prompt with administrative rights and ran "wsreset.exe".  The screen flashes over to the store, then crashes back to the start screen.  When returning to the desktop, the following error is found:

I ran system file checker, with administrative rights, and it reported back with no issues:

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

92 answers

Sort by: Oldest
  1. Anonymous
    2014-06-04T10:21:05+00:00

    Try running both of the utilities mentioned in this tutorial nadia. http://www.askvg.com/fix-windows-store-metro-apps-and-microsoft-account-related-problems-in-windows-8/ 

    It could well be the case that the problem lies with your account which is preventing you from accessing the store.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2014-06-04T15:38:18+00:00

    I've run these troubleshooters before but they just tell me the obvious.  I've run them again and attached the screenshots.

    I searched for the rootcauses error and found this thread which more or less describes my problem precisely but as you can see it's another unsolved mystery.

    http://answers.microsoft.com/en-us/windows/forum/windows8_1-winapps/windows-81-apps-close-immediately-after-opening/18849e15-4d6a-4474-a76a-bcf16013e9be?page=3

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2014-06-04T17:13:13+00:00

    nadia,

    I guess you didn't click the link at the bottom which says "View detailed information". Those additional screens can sometimes provide a clue.

    Anyway, to eliminate your hard drive as the culprit here, could you please open an elevated command prompt and then run either of these two commands:

    • If you have an SSD hard drive, run CHKDSK /f
    • If you have a standard rotary hard drive, run CHKDSK /f /r

    You'll get a message that the tool can't run because your hard disk can't be locked and whether you want  to schedule a diags check on the next reboot. Click Yes, and then either reboot, or finish what you're doing and then reboot.

    Chkdsk with the "/r" switch will scan the hard drive for bad sectors and mark any found so that they can't be used. It will also attempt to retrieve data from any corrupt clusters although there's no actual guarantee. But while bad sectors exist, Windows may write to them which results in system instability.

    On an SSD hard drive, it's not necessary to run Chkdsk with the "/r" switch because the hard disk controller will mark bad sectors automatically. The "/f" switch checks and fixes file system errors.

    When the computer reboots to the desktop, run the following commands in order.

    1. DISM.exe/Online /Cleanup-image /Restorehealth
    2. sfc /scannow

    After you run both of these, you can try running WSReset.exe again.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2014-06-04T17:39:59+00:00

    I don't know which type of hard drive I have, how do I check?

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2014-06-04T17:47:42+00:00

    nadia,

    To check what type of hard drive you have, hit Windows key + R to open the Run command and then type msinfo32 and click OK.

    Next, expand "Components" and then expand "Storage" and click "Disks". The model will be displayed on the third line from the top in the right hand pane. Post that here and I'll check it for you.

    Was this answer helpful?

    0 comments No comments