How to fix "windows cannot find 'ms-windows-store:purge caches', make sure you typed the name correctly and then try again"

Anonymous
2013-01-20T06:29:05+00:00

I got an error message saying "windows cannot find 'ms-windows-store:purge caches', make sure you typed the name correctly and then try again". I have no ideas what it mean. Please help.

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-20T23:06:00+00:00

Go to

Ctrl X

Bring up the Windows powershell admin

Type in the following

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

Go back to windows store and it should re-work!!

Kudos to Luis Cantero from this post 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?page=2

Enjoy

Yahya Al-Din

Was this answer helpful?

50+ people found this answer helpful.
0 comments No comments

93 additional answers

Sort by: Oldest
  1. Anonymous
    2016-10-09T18:27:56+00:00

    Thanks buddy. the process is very helpful to me. keep helping in this way for ever in every issues

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2016-12-08T07:23:16+00:00

    Go to

    Ctrl X

    Bring up the Windows powershell admin

    Type in the following

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

    Go back to windows store and it should re-work!!

    Kudos to Luis Cantero from this post 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?page=2

    Enjoy

    Yahya Al-Din

    Cannot get it to work, I get the following;

    Add-AppxPackage : Cannot find path 'C:\WINDOWS\WinStore\AppxManifest.xml' because it does not exist.

    At line:1 char:1

    • Add-AppxPackage -DisableDevelopmentMode -Register C:\WINDOWS\WinStore ...
    • 
      

        + CategoryInfo          : ObjectNotFound: (C:\WINDOWS\WinStore\AppxManifest.xml:String) [Add-AppxPackage], I

       FoundException

        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2017-01-02T23:32:46+00:00

    I got an error message saying "windows cannot find 'ms-windows-store:purge caches', make sure you typed the name correctly and then try again". I have no ideas what it mean. Please help.

    READ!!!!

    Yahya!!!! You are AMAZING!!!! So if you're App Store isn't working, PLEASE...PLEASE follow Yahya's instructions! Only thing is you want to hit Windows Button + "R" and then copy and past the following:

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

    After I did that I was able to connect to the Windows Store no problem! BAM and BAM!!!! DO IT, and get on with your life! Cheers to you Yahya!

    Cool, thanks.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2017-06-06T07:47:31+00:00

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

    take away "mentMode" then anything is KO

    Was this answer helpful?

    0 comments No comments