Friday, November 2, 2018

How to Fix Windows 10 Store Not Working Problem Easily

How to Fix Windows 10 Store Not Working Problem Easily

If you are facing problem like windows 10 store not opening or not working then i will tell you 2 very easy solutions through which you can fix that problem.


Solution 1 : Open Command Prompt as a Administrator.

Command 1: Type "powershell" and then hit "Enter Key".

Command 2 : Type "Set-ExecutionPolicy Unrestricted" and then hit "Enter Key".

Command 3 : Type "Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}"
and then hit "Enter Key".

If this solution does not works for you then apply 2nd solution.


Solution 2 : Open Windows PowerShell as a Administrator.

Type below mention command :
((Get-ChildItem “HKLM:SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\InboxApplications”) | Get-ItemProperty).Path | Add-AppxPackage -Register -DisableDevelopmentMode

and then hit "Enter Key".