Fix Store App doesn’t open in Windows 10 build 10130

We’ve covered how to make Start menu and Cortana to work again in the Windows 10 build 10130. we’ve come with another fix to non-opening Store beta app. When you try to open the Store App by clicking on its icon on the taskbar, splash screen appears and goes away, and Store doesn’t open. Here is the command that resolved the issue for us.

Fix Store App doesn’t open in Windows 10 build 10130

1. Press Win key+X to open Quick menu and select ‘Command Prompt (Admin)

Store (Beta) Windows 10

TIP : Windows 8 or 10 : Quickly Open Elevated Command Prompt with Win+X, A Shortcut

2. Paste the following command and press enter

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

3. Try to open the Store now, it will.

Venkat Eswarlu

Venkat is an independent technology journalist and the founder of Techdows. He has been covering web browsers, Windows, and software news since 2009. His exclusive scoops on Chrome, Firefox, and Edge features have been cited by Forbes, TechCrunch, Wired, CNET, and other major publications.

Leave a Reply

Your email address will not be published. Required fields are marked *