
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)
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.
Thanks, i had the same issue and the above command fixed it. :D
Glad to know that Andrew, you’re welcome.
I did the same thing, but store app is still not opening. No response at all.
Do you’ve still the issue with start menu? Are you using any third-party antivirus on your computer like Avast, have you performed a clean install? If not do that or you can reset it from with in Windows by opening Settings app> update & Security > Recovery >(get Started) under ‘Reset This PC’, all issues will be resolved.
Check this article to clean install Windows 10 https://techdows.com/2015/07/clean-install-windows-10-after-upgrade.html
Try this… it worked for me.
http://answers.microsoft.com/en-us/windows/forum/windows_10-windows_store/windows-10-store-will-not-open-after-upgrade/b3abbb0c-0c19-4896-ab23-8c4e69999368?auth=1
Great worked for me. Store just flashed up then disappeared.
Now it opens and is doing update.
Cheers
Getting error from command: Add-AppxPackage : A parameter cannot be found that matches parameter name ‘DisableDevelopmentMode-Register” at line: 1 char:113
Mine got worse now :/ help?
Getting error from command: Add-AppxPackage : cannot convert ‘system.string()’ to the type ‘System.string’required by parameter ‘path’. specified method is not supported. at line: 1 char:147
Sorry this doesn’t work
This worked for me, Thank you
Glad to know that. You’re welcome Jude.
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not
be registered. (Exception from HRESULT: 0x80073CF6)
NOTE: For additional information, look for [ActivityId] 50a6344f-cd26-0002-41da
-a65026cdd101 in the Event Log or use the command line Get-AppxLog -ActivityID
50a6344f-cd26-0002-41da-a65026cdd101
At line:1 char:97
+ … fest.xml’ ; Add-AppxPackage -DisableDevelopmentMode -Register $manife …
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:\Program File…ppxManifest.xml:S
tring) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageMa
nager.Commands.AddAppxPackageCommand
—-help?—-
Try to run Windows apps troubleshooter and see it helps. link: http://aka.ms/diag_apps10\AppData\Local\Packages\Microsoft.WindowsStore_8wekyb3d8bbwe\LocalCache.
After that if store doesn’t opens, run the powershell command mentioned in the article and see it works. I request you to try to clear folder and other files in this location on your computer: C:\Users\
SADLY IT DID NOT WORK FOR ME :(