The windows store doesn't work.

Page 1 of 3 123 LastLast

  1. Posts : 61
    Windows 10 Pro 20h2
       #1

    The windows store doesn't work.


    Hello, I have Windows 10 Home 1909 and the windows store app does not work, just does not open. I already tested the reset of the application and sfc. Someone could help me solve this problem? Thank you very much in advance.
      My Computer


  2. Posts : 8,107
    windows 10
       #2

    Toggle ipv6 that often does it
      My Computer


  3. Posts : 61
    Windows 10 Pro 20h2
    Thread Starter
       #3

    I don't quite understand your answer. But I disabled ipv6 and it didn't work. Thank you.
      My Computer


  4. Posts : 773
    Windows 10 Home x64 - Version 21H2 (OS Build 19044.2006)
       #4

    You might have to register the manifest and disable development mode.

    Try running this in an administrative command prompt:

    PowerShell -ExecutionPolicy Unrestricted –Command “& {$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + ‘\AppxManifest.xml’ ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}”
      My Computer


  5. Posts : 61
    Windows 10 Pro 20h2
    Thread Starter
       #5

    EyeInTheSky said:
    You might have to register the manifest and disable development mode.

    Try running this in an administrative command prompt:

    PowerShell -ExecutionPolicy Unrestricted –Command “& {$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + ‘\AppxManifest.xml’ ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}”
    Thank you very much. I executed the command and I get the following error:

    Code:
    Add-AppxPackage: The path 'C: \ AppxManifest.xml' is not found because it does not exist.
    Online: 1 Character: 97
    + ... fest.xml ’; Add-AppxPackage -DisableDevelopmentMode -Register $ manife ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~
         + CategoryInfo: ObjectNotFound: (C: \ AppxManifest.xml: String) [Add-AppxPackage], ItemNotFoundException
         + FullyQualifiedErrorId: PathNotFound, Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
      My Computer


  6. Posts : 773
    Windows 10 Home x64 - Version 21H2 (OS Build 19044.2006)
       #6

    Silence said:
    Thank you very much. I executed the command and I get the following error:

    Code:
    Add-AppxPackage: The path 'C: \ AppxManifest.xml' is not found because it does not exist.
    Online: 1 Character: 97
    + ... fest.xml ’; Add-AppxPackage -DisableDevelopmentMode -Register $ manife ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~
         + CategoryInfo: ObjectNotFound: (C: \ AppxManifest.xml: String) [Add-AppxPackage], ItemNotFoundException
         + FullyQualifiedErrorId: PathNotFound, Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    Did that error come from the Command Prompt interface?
      My Computer


  7. Posts : 61
    Windows 10 Pro 20h2
    Thread Starter
       #7

    EyeInTheSky said:
    Did that error come from the Command Prompt interface?
    Yes of the CMD executed as administrator.
      My Computer


  8. Posts : 773
    Windows 10 Home x64 - Version 21H2 (OS Build 19044.2006)
       #8

    Silence said:
    Yes of the CMD executed as administrator.
    Then it appears you would have to run this in a Powershell (Administrative) command:

    Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

    This one takes a while to run and adds all the default Store Apps.
      My Computer


  9. Posts : 61
    Windows 10 Pro 20h2
    Thread Starter
       #9

    EyeInTheSky said:
    Then it appears you would have to run this in a Powershell (Administrative) command:

    Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

    This one takes a while to run and adds all the default Store Apps.
    Thank you very much. The Windows store continues with the problem that does not open.

    Code:
    PS C: \ WINDOWS \ system32> Get-AppxPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$ ($ _. InstallLocation) \ AppXManifest.xml"} Add-AppxPackage: The path 'C: \ AppXManifest.xml' is not found because it does not exist. Online: 1 Character: 37 + ... s | 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: Deployment error with HRESULT: 0x80073D06, The package could not be installed because a higher version of this package is already installed. Windows cannot install the package Microsoft.Advertising.Xaml_10.1808.3.0_x64__8wekyb3d8bbwe because it has version 10.1808.3.0 A version s is already installed uperior 10.1811.1.0 of this package. NOTE: For additional information, see [ActivityId] e7bcc1fc-998c-0006-4d89-bee78c99d501 in the event log or use the Get-AppPackageLog-ActivityId e7bcc1fc-998c-0006-4d89-bee78c99d501 command line Online: 1 Character : 37 + ... s | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$ ($ _. I ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo: NotSpecified: (C: \ Program File ... ppXManifest.xml: String) [Add- AppxPackage], Exception + FullyQualifiedErrorId: DeploymentError, Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand Add-AppxPackage: Deployment error with HRESULT: 0x80073D06, The package could not be installed because a higher version of this package is already installed. You cannot install the Microsoft.NET.Native.Framework.1.7_1.7.25531.0_x64__8wekyb3d8bbwe package because it has version 1.7.25531.0. Top version 1.7.27413.0 of this package. NOTE: For additional information, see [ActivityId] e7bcc1fc-998c-0006-5389-bee78c99d501 in the event log or use the Get-AppPackageLog-ActivityId e7bcc1fc-998c-0006-5389-bee78c99d501 command line Online: 1 Character : 37 + ... s | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$ ($ _. I ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo: NotSpecified: (C: \ Program File ... ppXManifest.xml: String) [Add- AppxPackage], Exception + FullyQualifiedErrorId: DeploymentError, Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand Add-AppxPackage: Deployment error with HRESULT: 0x80073D06, The package could not be installed because a higher version of this package is already installed. You cannot install the Microsoft.NET.Native.Framework.1.7_1.7.25531.0_x86__8wekyb3d8bbwe package because it has version 1.7.25531.0. Top version 1.7.27413.0 of this package. NOTE: For additional information, see [ActivityId] e7bcc1fc-998c-0006-5e89-bee78c99d501 in the event log or use the Get-AppPackageLog-ActivityId e7bcc1fc-998c-0006-5e89-bee78c99d501 command line Online: 1 Character : 37 + ... s | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$ ($ _. I ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo: NotSpecified: (C: \ Program File ... ppXManifest.xml: String) [Add- AppxPackage], Exception + FullyQualifiedErrorId: DeploymentError, Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand Add-AppxPackage: Deployment error with HRESULT: 0x80073D06, The package could not be installed because a higher version of this package is already installed. You cannot install the Microsoft.NET.Native.Framework.2.2_2.2.27011.0_x64__8wekyb3d8bbwe package because it has version 2.2.27011.0. Top version 2.2.27912.0 of this package. NOTE: For additional information, see [ActivityId] e7bcc1fc-998c-0006-6889-bee78c99d501 in the event log or use the Get-AppPackageLog-ActivityId e7bcc1fc-998c-0006-6889-bee78c99d501 command line Online: 1 Character : 37 + ... s | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$ ($ _. I ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo: NotSpecified: (C: \ Program File ... ppXManifest.xml: String) [Add- AppxPackage], Exception + FullyQualifiedErrorId: DeploymentError, Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand Add-AppxPackage: Deployment error with HRESULT: 0x80073D06, The package could not be installed because a higher version of this package is already installed. You cannot install the Microsoft.NET.Native.Runtime.2.2_2.2.27011.0_x64__8wekyb3d8bbwe package because it has version 2.2.27011.0. Top version 2.2.27328.0 of this package. NOTE: For additional information, see [ActivityId] e7bcc1fc-998c-0006-7289-bee78c99d501 in the event log or use the Get-AppPackageLog-ActivityId e7bcc1fc-998c-0006-7289-bee78c99d501 command line Online: 1 Character : 37 + ... s | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$ ($ _. I ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo: NotSpecified: (C: \ Program File ... ppXManifest.xml: String) [Add- AppxPackage], Exception + FullyQualifiedErrorId: DeploymentError, Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand Add-AppxPackage: Deployment error with HRESULT: 0x80073D06, The package could not be installed because a higher version of this package is already installed. You cannot install the Microsoft.Services.Store.Engagement_10.0.18101.0_x64__8wekyb3d8bbwe package because it has version 10.0.18101.0. to higher version 10.0.19011.0 of this package. NOTE: For additional information, see [ActivityId] e7bcc1fc-998c-0006-7789-bee78c99d501 in the event log or use the Get-AppPackageLog-ActivityId e7bcc1fc-998c-0006-7789-bee78c99d501 command line Online: 1 Character : 37 + ... s | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$ ($ _. I ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo: NotSpecified: (C: \ Program File ... ppXManifest.xml: String) [Add- AppxPackage], Exception + FullyQualifiedErrorId: DeploymentError, Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand Add-AppxPackage: Deployment error with HRESULT: 0x80073D06, The package could not be installed because a higher version of this package is already installed. You cannot install the Microsoft.Services.Store.Engagement_10.0.18101.0_x86__8wekyb3d8bbwe package because it has version 10.0.18101.0. to higher version 10.0.19011.0 of this package. NOTE: For additional information, see [ActivityId] e7bcc1fc-998c-0006-7f89-bee78c99d501 in the event log or use the Get-AppPackageLog-ActivityId e7bcc1fc-998c-0006-7f89-bee78c99d501 command line Online: 1 Character : 37 + ... s | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$ ($ _. I ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo: NotSpecified: (C: \ Program File ... ppXManifest.xml: String) [Add- AppxPackage], Exception + FullyQualifiedErrorId: DeploymentError, Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand Add-AppxPackage: Deployment error with HRESULT: 0x80073D06, The package could not be installed because a higher version of this package is already installed. You cannot install the Microsoft.VCLibs.140.00_14.0.26706.0_x64__8wekyb3d8bbwe package because it has version 14.0.26706.0 A version is already installed top 14.0.27323.0 of this package. NOTE: For additional information, see [ActivityId] e7bcc1fc-998c -▶77d8-bde78c99d501 in the event log or use the Get-AppPackageLog-ActivityId e7bcc1fc-998c -grap77d8-bde78c99d501 command line Online: 1 Character : 37 + ... s | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$ ($ _. I ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo: NotSpecified: (C: \ Program File ... ppXManifest.xml: String) [Add- AppxPackage], Exception + FullyQualifiedErrorId: DeploymentError, Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand Add-AppxPackage: Deployment error with HRESULT: 0x80073D06, The package could not be installed because a higher version of this package is already installed. You cannot install the Microsoft.VCLibs.140.00_14.0.26706.0_x86__8wekyb3d8bbwe package because it has version 14.0.26706.0 A version is already installed top 14.0.27323.0 of this package. NOTE: For additional information, see [ActivityId] e7bcc1fc-998c-0006-8689-bee78c99d501 in the event log or use the Get-AppPackageLog-ActivityId e7bcc1fc-998c-0006-8689-bee78c99d501 command line Online: 1 Character : 37 + ... s | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$ ($ _. I ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo: NotSpecified: (C: \ Program File ... ppXManifest.xml: String) [Add- AppxPackage], Exception + FullyQualifiedErrorId: DeploymentError, Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand Add-AppxPackage: Deployment error with HRESULT: 0x80073CF6, Package failed to register. Merge failure for shared merx PR7 file: error merged PR7 file: error merged PR7 file: The Microsoft.WindowsStore_11910.1001.5.0_x64__8wekyb3d8bbwe package cannot be registered because there was a merge error with the following file: C: \ Program Files \ WindowsApps \ Microsoft.WindowsS tore_11910.1001.5.0_neutral_split.scale-125_8wekyb3d8bbwe \ resources.pri NOTE: For additional information, see [ActivityId] e7bcc1fc-998c-0006-508b-bee78c99d501 in the event log or use the command line Get-AppPackage1b1Log-Activity -998c-0006-508b-bee78c99d501 Online: 1 Character: 37 + ... s | 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 Add-AppxPackage: Deployment error with HRESULT: 0x80073D02, The package could not be installed because the resources you modify are currently 0 in use. : cannot be installed because the following applications must be closed InputApp_1000.18362.449.0_neutral_neutral_cw5n1 h2txyewy. NOTE: For additional information, see [ActivityId] e7bcc1fc-998c-0001-6448-bde78c99d501 in the event log or use the Get-AppPackageLog-ActivityId e7bcc1fc-998c-0001-6448-bde78c99d501 command line Online: 1 Character : 37 + ... s | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$ ($ _. I ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo: NotSpecified: (C: \ Windows \ Syst ... ppXManifest.xml: String) [Add-AppxPackage], Exception
        + FullyQualifiedErrorId: DeploymentError, Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage: Implementation error with HRESULT: 0x80073D02, The package could not be installed because resources
    which you modify are currently in use.
    error 0x80073D02: cannot be installed because the following applications must be closed
    Microsoft.Windows.ShellExperienceHost_10.0.18362.449_neutral_neutral_cw5n1h2txyewy.
    NOTE: For additional information, see [ActivityId] e7bcc1fc-998c-0002-a1b0-bde78c99d501 in the log
    events or use the Get-AppPackageLog-ActivityId e7bcc1fc-998c-0002-a1b0-bde78c99d501 command line
    Online: 1 Character: 37
    + ... s | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$ ($ _. I ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~
        + CategoryInfo: NotSpecified: (C: \ Windows \ Syst ... ppXManifest.xml: String) [Add-AppxPackage], Exception
        + FullyQualifiedErrorId: DeploymentError, Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage: Implementation error with HRESULT: 0x80073D02, The package could not be installed because resources
    which you modify are currently in use.
    error 0x80073D02: cannot be installed because the following applications must be closed
    Microsoft.Windows.StartMenuExperienceHost_10.0.18362.449_neutral_neutral_cw5n1h2txyewy.
    NOTE: For additional information, see [ActivityId] e7bcc1fc-998c-0002-b3b0-bde78c99d501 in the log
    events or use the Get-AppPackageLog-ActivityId e7bcc1fc-998c-0002-b3b0-bde78c99d501 command line
    Online: 1 Character: 37
    + ... s | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$ ($ _. I ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~
        + CategoryInfo: NotSpecified: (C: \ Windows \ Syst ... ppXManifest.xml: String) [Add-AppxPackage], Exception
        + FullyQualifiedErrorId: DeploymentError, Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageComman
      My Computer


  10. Posts : 773
    Windows 10 Home x64 - Version 21H2 (OS Build 19044.2006)
       #10

    Silence said:
    The Windows store continues with the problem that does not open.
    Are there any other Apps giving you problems other than the Microsoft Store?
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 23:12.
Find Us




Windows 10 Forums