What if you fully uninstalled the store Via powershell? Isn't there an installer available to reinstall?
Microsoft Store app missing.
What i did was the app reset. Now its nowhere . Not in Cortana, Apps and Features, etc. I ran the troubleshooter from Microsoft. both inbuilt and the one downloaded from MS. And I can get this message " you need a new app to open this ms-windows-store. "
Is it completely gone? or can I reregister it ?
Windows for home | Windows 10 | Microsoft Store
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
194 answers
Sort by: Most helpful
-
Anonymous
2019-10-18T15:15:07+00:00 -
Anonymous
2019-09-21T21:33:30+00:00 What i did was the app reset. Now its nowhere . Not in Cortana, Apps and Features, etc. I ran the troubleshooter from Microsoft. both inbuilt and the one downloaded from MS. And I can get this message " you need a new app to open this ms-windows-store. "
Is it completely gone? or can I reregister it ?
-
Anonymous
2019-09-21T19:15:00+00:00 Press Windows key + X
Click Windows PowerShell (Admin)
At the command prompt, type the following then hit Enter:
Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Restart, then try launching the Store again.
you **** don't give people foals hope,you stupid arsohole
-
Anonymous
2019-09-21T19:13:11+00:00 -
Anonymous
2019-08-21T10:26:48+00:00 This just gives me an error
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF0, Package could not be opened.
error 0x80070003: Opening file from location: AppxBundleManifest.xml failed with error: The system cannot find the
path specified.
.
NOTE: For additional information, look for [ActivityId] f8880cfa-4fa0-0004-a21c-05f9a04fd501 in the Event Log or use
the command line Get-AppPackageLog -ActivityID f8880cfa-4fa0-0004-a21c-05f9a04fd501
At line:1 char:53
- ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OpenError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], FileNotFoundExc
eption
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Good error message so ran the command in bold:
21/08/2019 11:22:19 404 AppX Deployment operation failed for package
Microsoft.WindowsStore_11808.1001.913.0_neutral_~_8wekyb3d8bbwe with error
0x80073CF0. The specific error text for this failure is: error 0x80070003:
Opening file from location: AppxBundleManifest.xml failed with error: The
system cannot find the path specified.
But none the wiser :(