Windows Cannot Find MS-Windows-StorePurgeCaches [Solution]
Windows Cannot Find MS-Windows-StorePurgeCaches [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"}
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.
Issues addressed in this tutorial:
ms-windows-store purgecaches windows 10
error ms-windows-store purgecaches
ms windows store purgecaches error
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.