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
    2018-08-31T16:14:51+00:00

    Thanks...working perfect now!

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2018-10-03T17:14:53+00:00

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

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

    Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF9, Install failed. Please contact your software vendor.

    (Exception from HRESULT: 0x80073CF9)

    error 0x80070003: Deployment of package Microsoft.WindowsStore_11806.1001.21.0_x64__8wekyb3d8bbwe was blocked by

    AppLocker.

    NOTE: For additional information, look for [ActivityId] dc4f57ea-5b39-0000-db8d-4fdc395bd401 in the Event Log or use

    the command line Get-AppxLog -ActivityID dc4f57ea-5b39-0000-db8d-4fdc395bd401

    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

    What to do if AppLocker is blocking everything store-related I try to install?

    Deployment failed with HRESULT: 0x80073CF9, Install failed. Please contact your software vendor.

    (Exception from HRESULT: 0x80073CF9)

    error 0x80070003: Deployment of package Microsoft.WindowsStore_11806.1001.21.0_x64__8wekyb3d8bbwe was blocked by AppLocker.

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2018-12-23T12:59:53+00:00

    The command does not exist.

    Was this answer helpful?

    3 people found this answer helpful.
    0 comments No comments
  4. Anonymous
    2018-12-27T08:49:55+00:00

    Having the same problem. Tried the cmd. It didn't work.

    says this:

    Get-AppXPackage : The service cannot be started, either because it is disabled or because it has no enabled devices

    associated with it.

    The service cannot be started, either because it is disabled or because it has no enabled devices associated with it.

    At line:1 char:1

    • Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage - ...
    • 
      

        + CategoryInfo          : NotSpecified: (:) [Get-AppxPackage], Exception

        + FullyQualifiedErrorId : System.Exception,Microsoft.Windows.Appx.PackageManager.Commands.GetAppxPackageCommand

    Was this answer helpful?

    3 people found this answer helpful.
    0 comments No comments
  5. Anonymous
    2018-12-29T14:39:54+00:00

    Wrong Place..  u should be in the windows powershell, just go to search and write powershell, rightclick on powershell and run as administrator

    Was this answer helpful?

    3 people found this answer helpful.
    0 comments No comments