How To Fix Windows 10 Store Won’t Open
Some Windows 10 users have faced that Windows 10 Store Won’t Open. In this article, I will be sharing you 3 easy methods to get your Windows 10 Store back to work.
How To Fix Windows 10 Store Won’t Open
Method 1: Reinstalling Windows 10 Store
You should able reinstall Windows 10 store to fix this issue. To do that, follow steps below:
Step 1. First of all, you open an elevated Command Prompt.
Step 2. In the command prompt, type wreset.exe and tap Enter. It would reset the caches of Windows store.
Step 3. After it is done, you check again the store application to see if the issue resolved.
Method 2: Registering the Windows Store
Step 1. First of all, you need to open Open the Powershell application. In the taskbar search, type powershell. You will see the result Windows PowerShell which appears on the top. Now you just right-click on it and click Run as Administrator.
If the UAC prompt window appears, you click Yes, and the prompt will open.
Step 2. Inside Powershell, type powershell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRootWinStoreAppxManifest.xml and hit Enter. It would re-register the Windows Store application.
Step 3. Now you open the store and check whether it works or not.
Method 3: Cannot Find AppxManifest.XML
If after following method 2 above, you face an error which states the following
Cannot find path ‘C:WINDOWSWinStoreAppxManifest.XML’ because it does not exist
In the Powershell Window, you need to type the two commands below:
Set-ExecutionPolicy Unrestricted and tap Enter.
Then you type the following:
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)AppXManifest.xml”} and tap Enter.
Facebook Comments