Microsoft Store app missing.

Anonymous
2017-12-12T18:06:50+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 ?

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.

0 comments No comments

194 answers

Sort by: Oldest
  1. Anonymous
    2017-12-12T19:31:01+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.

    Was this answer helpful?

    200+ people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2018-02-28T01:41:10+00:00

    sori this didnt do anything??????????? did nothing?

    Was this answer helpful?

    60+ people found this answer helpful.
    0 comments No comments
  3. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  4. Anonymous
    2018-04-07T21:19:51+00:00

    This is result of your instructions (I triple checked this):

    Add-AppxPackage : Cannot find path 'C:\AppXManifest.xml' because it does not exist.

    At line:1 char:53

    • ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...

    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

        + CategoryInfo          : ObjectNotFound: (C:\AppXManifest.xml:String) [Add-AppxPackage], ItemNotFoundException

        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand

    Add-AppxPackage : Cannot find path 'C:\AppXManifest.xml' because it does not exist.

    At line:1 char:53

    • ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...

    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

        + CategoryInfo          : ObjectNotFound: (C:\AppXManifest.xml:String) [Add-AppxPackage], ItemNotFoundException

        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand

    Was this answer helpful?

    30+ people found this answer helpful.
    0 comments No comments
  5. Anonymous
    2018-04-11T14:49:26+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.

     I tried this hoping it would work.... but this is the response received...

    What should I do next? Reset the PC as is says? or Take it to a repair center (not my fav choice)?

    Was this answer helpful?

    40+ people found this answer helpful.
    0 comments No comments