
How to Fix "MS-Windows-Store:Purgecaches the App Didn't Start"
How to Fix "MS-Windows-Store:Purgecaches the App Didn't Start"
PowerShell Commands Used:
PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPackage *WindowsStore*).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}"
Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)AppXManifest.xml"}
ms-windows-store:purgecaches is a settings feature that purges and clears the locally stored cache for Windows Store that builds up over time.
If your Windows Store isn't working and you're getting the error message ms-windows-store:PurgeCaches, we have a solution. We discovered this error while posting a fix for You'll Need a New App to Open This Ms-Default-Location, and the fix is the same, so here it is.
The following error code usually appears when there is a problem with the Windows Store to which users usually respond by using the wsreset.exe utility. This is the error message that is most regularly reported by affected users: “ms-windows-store:PurgeCaches, The application didn’t start.”
Issues addressed in this tutorial:
Microsoft store not downloading
Microsoft store not working windows 10
Microsoft store not opening windows 10
Microsoft store not downloading apps windows 10
Microsoft store not working
Microsoft store not opening
Microsoft store not installing apps
Microsoft store not appearing
Microsoft store not available in windows 10
Microsoft store not available
Microsoft store not available right now
Microsoft store not connecting to internet windows 10
Microsoft store not compatible
Microsoft store not connecting windows 10
This tutorial will apply for computers, laptops, desktops, and tablets running the Windows 10 operating system (Home, Professional, Enterprise, Education) from all supported hardware manufactures, like Dell, HP, Acer, Asus, Toshiba, Lenovo, and Samsung.