How to fix ms-windows-store: purgecaches on Windows 10

If you get the error 'ms-windows-store: purgecaches app didnt start' on the Microsoft Store, please follow the article below to know how to fix it.

1. Fix ms-windows-store PurgeCaches by PowerShell

PowerShell is known to be a popular encoder, and in the future they will be the mainstream in Windows. To fix ms-windows-store PurgeCaches with PowerShell, do the following:

Step 1: You proceed Right-click on the Start Menu and select Windows PowerShell (Admin) to launch the software.

How to fix ms-windows-store: purgecaches on Windows 10 Picture 1

Step 2: After PowerShell appears, copy the command below to paste into the software and press Enter to run.

PowerShell -ExecutionPolicy Unrestricted -Command "& {$ manifest = (Get-AppxPackage * WindowsStore *). InstallLocation + 'AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $ manifest}"

How to fix ms-windows-store: purgecaches on Windows 10 Picture 2

Step 3: Then, you continue to enter the command below and press Enter to re-launch the Microsoft Store.

Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$ ($ _. InstallLocation) AppXManifest.xml"}

Once finished, please reopen the Microsoft Store to check.

How to fix ms-windows-store: purgecaches on Windows 10 Picture 3

2. Fix ms-windows-store PurgeCaches by Command Prompt

Similar to PowerShell, Command Prompt is also a basic command prompt on Windows 10 and to fix ms-windows-store PurgeCaches by cmd, do the following:

Step 1: You proceed to open the Start Menu , enter Command Prompt and select Run as administrator to open with admin rights.

How to fix ms-windows-store: purgecaches on Windows 10 Picture 4

Step 2: When the Command Prompt window appears, enter the following command and press Enter to run.

SFC / scannow

After the command has been run to 100%, exit the Command Prompt and reopen the Microsoft Store to check.

How to fix ms-windows-store: purgecaches on Windows 10 Picture 5

3. Fix ms-windows-store PurgeCaches error using Settings

In addition to the above methods, you can use Settings to restore the settings of the Microsoft Store.

Step 1: You shall open Settings by clicking on the Start Menu or press the Windows + I .

How to fix ms-windows-store: purgecaches on Windows 10 Picture 6

Step 2: Then, you select Apps to open the application settings on the computer.

How to fix ms-windows-store: purgecaches on Windows 10 Picture 7

Step 3: Next, select Apps & features (1) and navigate to Microsoft Store to select Advanced Options (2) .

How to fix ms-windows-store: purgecaches on Windows 10 Picture 8

Step 4: Finally, you choose Reset to restart Microsoft Store to default.

How to fix ms-windows-store: purgecaches on Windows 10 Picture 9

4. Fix ms-windows-store PurgeCaches error with Registry Editor

Sometimes the error on the Microsoft Store also comes from an issue that doesn't have enough access. To solve this problem you will have to interfere in the Registry Editor.

Step 1: You proceed to open the Start Menu and enter Registry Editor to open.

How to fix ms-windows-store: purgecaches on Windows 10 Picture 10

Step 2: Then, copy the following URL and paste it into the link bar on Registry Editor to move to the necessary location.

HKEY_CURRENT_USERSoftwareClassesLocal SettingsSoftwareMicrosoftWindowsCurrentVersionAppModelRepositoryPackages

How to fix ms-windows-store: purgecaches on Windows 10 Picture 11

Step 3: Here, right click on Packages and select Permissions…

How to fix ms-windows-store: purgecaches on Windows 10 Picture 12

Step 4: Then, you proceed to select the User account you are using (1) and tick the Allow (2) section of Full Control . Finally, you choose Apply => Ok and restart your computer.

How to fix ms-windows-store: purgecaches on Windows 10 Picture 13

In this article, TipsMake guided you how to fix ms-windows-store PurgeCaches on Windows 10 quickly and effectively. Have a nice day!

4.4 ★ | 14 Vote | 👨 2975 Views
« PREV POST
NEXT POST »