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: Most helpful
  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. 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
  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-08-13T19:37:16+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.

    PS C:\WINDOWS\system32>

    PS C:\WINDOWS\system32> Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Reg

    ister "$($_.InstallLocation)\AppXManifest.xml"}

    Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.

    error 0x80073CFC: While processing the request, the system failed to register the windows.integrityExtension extension

    due to the following error: The application cannot be started. Try reinstalling the application to fix the problem.

    .

    NOTE: For additional information, look for [ActivityId] 2ece7117-332a-0002-0dc3-ce2e2a33d401 in the Event Log or use

    the command line Get-AppxLog -ActivityID 2ece7117-332a-0002-0dc3-ce2e2a33d401

    At line:1 char:53

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

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

        + CategoryInfo          : WriteError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], IOException

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

    PS C:\WINDOWS\system32>

    Ok how do I get around this one????? also founf this in app permissions in folder c/program files

    Was this answer helpful?

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