[SOLVED] Problem with windows store

Solitario

Well-known member
Joined
Jun 23, 2015
Posts
403
Location
Argentina.
Hello everyone, I have a problem and is that the windows store application does not open and other applications do not either. I enclose everything I tried to solve this and it didn't work. If anyone can help me solve this problem very thankful in advance.

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

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

Code:
Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

And those commands gave the following errors:

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

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

Code:
        PS C: \ WINDOWS \ system32> Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$ ($ _. InstallLocation) \ AppXManifest.xml"} Add-AppxPackage: Implementation error with HRESULT: 0x80073CF6, The package could not be registered. Merge failure for shared merged PRI file: error 0x80070002: Microsoft package cannot be registered. WindowsStore_11910.1001.5.0_x64__8wekyb3d8bbwe because there was an error
        Combination with the following file: C: \ Program Files \ WindowsApps \ Microsoft.WindowsStore_11910.1001.5.0_neutral_split.scale-125_8wekyb3d8bbwe \ resources.pri
        NOTE: For additional information, see [ActivityId] 6d05827a-9a57-0006-3faf-056d579ad501 in the event log or use the command line
        Get-AppPackageLog-ActivityId 6d05827a-9a57-0006-3faf-056d579ad501
        Online: 1 Character: 61
        + ... | 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


This was the help I received in another forum but none of this worked. I also tried WSReset.exe and Windows troubleshooter.
 
What is this AppXManifest.xml file for? Appears that all the errors are due to this file not being the file path which you have provided for the installation location variable.
 
So neither of the suggestions worked?

Please do the following:

SFC Scan


  1. Click on the Start button and in the search box, type Command Prompt
  2. When you see Command Prompt on the list, right-click on it and select Run as administrator
  3. When command prompt opens, copy and paste the following commands into it, press enter after each

    sfc /scannow


    Wait for this to finish before you continue

    copy %windir%\logs\cbs\cbs.log "%userprofile%\Desktop\cbs.txt"
  4. This will create a file, cbs.txt on your Desktop. Please attach this to your next post.
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top