Microsoft Store MS-Windows-Store:Purgecaches Error in Windows 10 [Solution]
Microsoft Store MS-Windows-Store:Purgecaches Error in Windows 10 [Solution]
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"}
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:
purgecaches the app didn't start
purgecaches file system error
purgecaches windows store
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.