Deploymenterror microsoft windows appx packagemanager commands addappxpackagecommand

This repository was archived by the owner on Apr 27, 2024. It is now read-only.

This repository was archived by the owner on Apr 27, 2024. It is now read-only.

Description

I can install it and can open the setting app but the android does not open, here is what it said in CMD:
`Add-AppxPackage : Deployment failed with HRESULT: 0x80073D02, The package could not be installed because resources it modifies are currently in use. error 0x80073D02: Unable to install because the following apps need to be closed 32669SamG.ModernFlyouts_0.9.3.0_x64__pcy8vm99wrpcg Microsoft.YourPhone_1.23022.140.0_x64__8wekyb3d8bbwe.
NOTE: For additional information, look for [ActivityId] c3160202-6a01-0001-96e8-1cc3016ad901 in the Event Log or use
the command line Get-AppPackageLog -ActivityID c3160202-6a01-0001-96e8-1cc3016ad901
At line:1 char:1

  • Add-AppxPackage ‘C:\Users\ColdWater\Desktop\New folder\dep2.Appx’
  •   + CategoryInfo          : NotSpecified: (C:\Users\ColdWa...older\dep2.Appx:String) [Add-AppxPackage], Exception
      + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    

Installing C:\Users\ColdWater\Desktop\New folder\dep3.Appx…
Add-AppxPackage : Deployment failed with HRESULT: 0x80073D02, The package could not be installed because resources it
modifies are currently in use.
error 0x80073D02: Unable to install because the following apps need to be closed
Microsoft.YourPhone_1.23022.140.0_x64__8wekyb3d8bbwe.
NOTE: For additional information, look for [ActivityId] c3160202-6a01-0001-3ce9-1cc3016ad901 in the Event Log or use
the command line Get-AppPackageLog -ActivityID c3160202-6a01-0001-3ce9-1cc3016ad901
At line:1 char:1

  • Add-AppxPackage ‘C:\Users\ColdWater\Desktop\New folder\dep3.Appx’
  •   + CategoryInfo          : NotSpecified: (C:\Users\ColdWa...older\dep3.Appx:String) [Add-AppxPackage], Exception
      + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    

Windows Subsystem for Android has been installed!
Press any key to continue . . .`

Action Center is one of the many new features introduced in Windows 10. It provides you real-time notifications from apps and for system settings. But recently I found that Action Center on my Windows 10 Pro stopped worked.

FIX Action Center Not Working In Windows 10

Following observations led me to finalize that Action Center is not working correctly:

  • Action Center icon on taskbar, on hovering shows that there are new notifications, but in reality there are no new notifications when I click this icon.
  • Sometimes Action Center doesn’t open when you click its icon.
  • At some other times, Action Center keep showing same notification even after clearing that notification for many times, in my case it was ‘Windows Defender needs to scan your PC‘ notification.

If you’re also facing either of these symptoms, there is strong probability that your Action Center needs to be fixed. Well, to fix this issue, I’ve got some easiest solutions, that you can try and resolve this issue.

Page Contents

FIX : Action Center Not Working In Windows 10

FIX 1 – Rename Usrclass.dat File

1. Press + R and put %localappdata%\Microsoft\Windows in Run dialog box, click OK.

FIX Action Center Not Working In Windows 10

2. In Windows folder so open now, scroll down and look for UsrClass.dat file. Rename it to UsrClass.old.dat.

FIX Action Center Not Working In Windows 10

If you get ‘The action can’t be completed because the file is open in System‘ warning, follow steps mentioned here to overcome this issue.

FIX Action Center Not Working In Windows 10

Once you renamed the file, the problem may solve after a reboot.

FIX 2 – Using Windows PowerShell

1. Press Ctrl+Shift+Esc to open Task Manager. Click File > Run new task.

FIX Action Center Not Working In Windows 10

2. Then in Create new task box, type powershell. Make sure you’ve checked Create this task with administrative privileges option and click OK.

FIX Action Center Not Working In Windows 10

3. In the administrative Windows PowerShell window, type this command and hit Enter key:

Get-AppxPackage | % { Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppxManifest.xml" -verbose }

FIX Action Center Not Working In Windows 10

This should fix up your Action Center.

Checkout following video to illustrate this fix:

Let us know if problem still persists, via your comments!

Also read: How to enable simplified Action Center in Windows 10?

RELATED ARTICLES

Sysnative Forums

  • Microsoft Support & Malware Removal

  • Windows 10

You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.

[SOLVED] Problem with windows store

  • Thread starter
    Thread starter

    Solitario

  • Start date
    Start date




  • #1

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.

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

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

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

And those commands gave the following errors:

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

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

        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.

Joined
May 7, 2013
Posts
10,406




  • #2

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.

Joined
Oct 9, 2014
Posts
741





  • #4

Thanks for the suggestions. I’m still with the problem.

Joined
Oct 9, 2014
Posts
741




  • #5

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.

Joined
Oct 9, 2014
Posts
741




  • #7

Are there any errors in the Event Viewer?


Joined
Oct 9, 2014
Posts
741




  • #9

Bummer!

Thanks for letting me know. Take care.

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

  • Microsoft Support & Malware Removal

  • Windows 10

Windows 10: cannot use AppxPackage

Discus and support cannot use AppxPackage in Windows 10 Installation and Upgrade to solve the problem; when I use This Command » Get-AppXPackage *WindowsStore* -AllUsers Foreach {Add-AppxPackage -DisableDevelopmentMode -Register…
Discussion in ‘Windows 10 Installation and Upgrade’ started by Harishankar Sajeevan, Jul 5, 2020.

  1. cannot use AppxPackage

    when I use This Command « Get-AppXPackage *WindowsStore* -AllUsers Foreach {Add-AppxPackage -DisableDevelopmentMode -Register «$$_.InstallLocation\AppXManifest.xml»} «To Install Microsoft Store The Following Error Is Shown

    Add-AppxPackage : Cannot find path ‘C:\AppXManifest.xml’ because it does not exist. At line:1 char:54 + … 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:54 + … 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 failed with HRESULT: 0x80073CF9, Install failed. Please contact your software vendor. Windows cannot install package Microsoft.WindowsStore_12004.1001.113.0_neutral_~_8wekyb3d8bbwe because the package is currently paused. The package must be Staged in order to proceed. NOTE: For additional information, look for [ActivityId] 8185ec61-52a1-0001-b524-8681a152d601 in the Event Log or use the command line Get-AppPackageLog -ActivityID 8185ec61-52a1-0001-b524-8681a152d601 At line:1 char:54 + … 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 failed with HRESULT: 0x80073CF9, Install failed. Please contact your software vendor.

    Windows cannot install package Microsoft.WindowsStore_11811.1001.18.0_x64__8wekyb3d8bbwe because the package is

    currently paused. The package must be Staged in order to proceed.

    NOTE: For additional information, look for [ActivityId] 8185ec61-52a1-0001-be24-8681a152d601 in the Event Log or use

    the command line Get-AppPackageLog -ActivityID 8185ec61-52a1-0001-be24-8681a152d601

    At line:1 char:54

    + … 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 failed with HRESULT: 0x80073CF9, Install failed. Please contact your software vendor.

    Windows cannot install package Microsoft.WindowsStore_12005.1001.113.0_neutral_~_8wekyb3d8bbwe because the package is

    currently paused. The package must be Staged in order to proceed.

    NOTE: For additional information, look for [ActivityId] 8185ec61-52a1-0001-c124-8681a152d601 in the Event Log or use

    the command line Get-AppPackageLog -ActivityID 8185ec61-52a1-0001-c124-8681a152d601

    At line:1 char:54

    + … 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 failed with HRESULT: 0x80073CF9, Install failed. Please contact your software vendor.

    Windows cannot install package Microsoft.WindowsStore_12006.1001.113.0_neutral_~_8wekyb3d8bbwe because the package is

    currently paused. The package must be Staged in order to proceed.

    NOTE: For additional information, look for [ActivityId] 8185ec61-52a1-0002-9932-8681a152d601 in the Event Log or use

    the command line Get-AppPackageLog -ActivityID 8185ec61-52a1-0002-9932-8681a152d601

    At line:1 char:54

    + … 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

    Please Help

    :)

  2. View Poll Results: Do you use Edge as your primary browser?? I found suggestion on MS forums that could work. Did you tried this?

  3. How to remove apps which cannot be removed using Remove-AppxPackage

    Hi:

    It looks as if there are some good tips here:
    How to remove apps which cannot be removed using Remove-AppxPackage — Windows 10 Support

    Other folks may have additional recommendations.

    Cheers,
    MM

  4. cannot use AppxPackage

    Overclocking / Undervolting guide for Vega 56 or 64?

    Here’s a quick laundry list:

    List of software to use for overclocking and testing
    Examples:
    Wattman (and how to find and use it, like an overview, including profiles)
    Unigine Valley or Heaven (use this for quick testing while changing settings in Wattman and checking for stability / artifacts) …just suggesting this
    How to monitor cores / mem speeds and temps during testing (I’ve seen screen overlays, and others using GPUz)

    Step-by step overclocking in Wattman
    Fan speeds
    Power limit
    Temp limit
    Voltages
    Core speeds
    Memory speeds

Thema:

cannot use AppxPackage

  1. cannot use AppxPackage — Similar Threads — cannot AppxPackage

  2. why my recording Win +Alt +R cannot record voices/sound?

    in Windows 10 Gaming

    why my recording Win +Alt +R cannot record voices/sound?: why my recording Win +Alt +R cannot record voices/sound?

    https://answers.microsoft.com/en-us/windows/forum/all/why-my-recording-win-alt-r-cannot-record/3f17ea9e-3cbd-42db-bc3a-3d8037435e5a

  3. why my recording Win +Alt +R cannot record voices/sound?

    in Windows 10 Software and Apps

    why my recording Win +Alt +R cannot record voices/sound?: why my recording Win +Alt +R cannot record voices/sound?

    https://answers.microsoft.com/en-us/windows/forum/all/why-my-recording-win-alt-r-cannot-record/3f17ea9e-3cbd-42db-bc3a-3d8037435e5a

  4. I have the following file that I cannot delete even with admin privilege, what is it?

    in Windows 10 Gaming

    I have the following file that I cannot delete even with admin privilege, what is it?: C:\Program Files\WindowsApps\Microsoft.Ink.Handwriting.Main.en-US.1.0.1_780.13.0_x64_8wekyb3d8bbwe\storesub.exe

    https://answers.microsoft.com/en-us/windows/forum/all/i-have-the-following-file-that-i-cannot-delete/4e19db63-2820-4663-983e-f52d5f6f6b35

  5. I have the following file that I cannot delete even with admin privilege, what is it?

    in Windows 10 Software and Apps

    I have the following file that I cannot delete even with admin privilege, what is it?: C:\Program Files\WindowsApps\Microsoft.Ink.Handwriting.Main.en-US.1.0.1_780.13.0_x64_8wekyb3d8bbwe\storesub.exe

    https://answers.microsoft.com/en-us/windows/forum/all/i-have-the-following-file-that-i-cannot-delete/4e19db63-2820-4663-983e-f52d5f6f6b35

  6. I have an HP printer, since upgrading to Windows 11 I cannot print, I get a blank sheet of…

    in Windows 10 Gaming

    I have an HP printer, since upgrading to Windows 11 I cannot print, I get a blank sheet of…: I have upgraded drivers, uninstalled and reinstalled both the printer and the HP program with no luck. I had Verizon check my router and discovered I can print from my phone. Anyone else experience this? Any other thoughts on how to fix this? Thanks…
  7. I have an HP printer, since upgrading to Windows 11 I cannot print, I get a blank sheet of…

    in Windows 10 Software and Apps

    I have an HP printer, since upgrading to Windows 11 I cannot print, I get a blank sheet of…: I have upgraded drivers, uninstalled and reinstalled both the printer and the HP program with no luck. I had Verizon check my router and discovered I can print from my phone. Anyone else experience this? Any other thoughts on how to fix this? Thanks…
  8. Cannot Reinstall Windows Apps Get-AppxPackager : This service cannot be start in safe mode

    in Windows 10 Customization

    Cannot Reinstall Windows Apps Get-AppxPackager : This service cannot be start in safe mode: Brief Summary of Issue: Windows 10 has corrupted store apps, apps open then close instantly and UAC is turned on.

    Normal Mode: Cannot fix packages as they are running e.g Xbox but cannot kill process or even find process as hidden/locked

    Safe Mode: Cannot start the…

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

    in Windows 10 BSOD Crashes and Debugging

    Add-AppxPackage : Cannot find path ‘C:\AppXManifest.xml’ because it does not exist.: Asking for extended help to: Problems in

    Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register «$($_.InstallLocation)\AppXManifest.xml»}

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

    C:\WINDOWS\system32>…

  10. How to remove apps which cannot be removed using Remove-AppxPackage

    in Windows 10 Software and Apps

    How to remove apps which cannot be removed using Remove-AppxPackage: ​Hi, can someone say if there is any way to delete:
    1 Microsoft.BioEnrollment
    2 Microsoft.AAD.BrokerPlugin
    3 Microsoft.Windows.CloudExperienceHost
    4 windows.immersivecontrolpanel
    5 Microsoft.LockApp
    6 Microsoft.MicrosoftEdge
    7 Microsoft.PPIProjection
    8…

You are here:
Home » Windows 10 » How To Reinstall Microsoft Store In Windows 10/11

Perhaps you want to reinstall the Microsoft Windows Store app to fix its issues, or perhaps you want to reinstall all apps that ship with Windows 10/11. Or maybe, you have accidentally uninstalled the Store app or any other app and now want to restore the same, but not sure how to do that.

You may have observed that, unlike third-party apps, built-in apps can’t be removed via the Settings app. We need to either use the native PowerShell to remove default apps from Windows 10/aa or use a third-party tool to uninstall native apps.

If, for some reason, you want to reinstall Store, Mail, or any other preinstalled app, you can do so by executing a simple command in PowerShell. The command is really helpful if you have accidentally uninstalled Store or any other app and now want to restore the same.

This guide is also helpful in fixing issues associated with preinstalled apps in Windows 10/11.

Here is how to reinstall Store and other apps on Windows 10/11.

Method 1 of 5

Reinstall the Microsoft Store app via Settings in Windows 11/10

Step 1: On Windows 10/11, navigate to Settings app > Apps > Apps & features.

Step 2: If you are on Windows 10, locate the Microsoft Store entry and click on it to reveal the Advanced options link. Click the Advanced options link.

Windows 11 users, click on the three vertically stacked dots next to the Microsoft Store entry and then click Advanced options.

reinstall the store app in Windows 10

reinstall Store app in Windows 11pic2

Step 3: In the Reset section, click the Reset button. As you can see in the screenshot, the description clearly says that resetting the app will reinstall the app. Click the Reset button when you see the confirmation dialog to complete the reinstall.

reinstall the Store app in windows 10

reinstall Store app in Windows 11pic3

Method 2 of 5

Reinstall Windows Store app via PowerShell in Windows 10/11

Step 1: Close the Store app if it’s running to avoid errors.

Step 2: Open the PowerShell as administrator. You can do so by searching for PowerShell, right-clicking on Windows PowerShell in search results, and then clicking the Run as administrator option.

reinstall Store app in Windows 11pic1

Step 3: Copy and paste the following command at the PowerShell window and press the Enter key.

Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

reinstall Store app in Windows 11

Method 3 of 5

Reinstall individual apps via PowerShell in Windows 10/11

Step 1: Open PowerShell with admin rights. To do so, type Windows PowerShell in the search box to see PowerShell in the results, right-click on PowerShell, and then click the Run as administrator option.

Reinstall Store and other preinstalled apps On Windows 10 pic01

Step 2: In the PowerShell prompt, type the following command and press Enter key.

Get-Appxpackage –Allusers

Reinstall Store and other preinstalled apps On Windows 10 pic1

Step 3: Scroll down and locate the entry of the Store app and copy the package name. If you want to reinstall any other app, find its entry and copy its PackageFullName.

Reinstall Store and other preinstalled apps On Windows 10 pic2

Tip: After selecting the PackageFullName, use Ctrl + C to copy. You won’t be able to right-click and copy.

Step 4: Finally, execute the following command:

Add-AppxPackage -register “C:\Program Files\WindowsApps\<PackageFullName>” –DisableDevelopmentMode

In the above command, replace PackageFullName with the package name of the Windows Store or any other app that you copied in Step 3, and replace “C” with the drive letter of the drive where Windows 10 is installed. Good luck!

Reinstall Store and other preinstalled apps On Windows 10 pic3

Method 4 of 5

Reinstalling all apps at once via PowerShell in Windows 10/11

Note that the following command reinstalls not just the Store app but also all default apps that ship with Windows 10. So when you reinstall all apps, you might lose data stored in apps, and you might need to configure these apps again.

NOTE: Although the command reinstalls most of the native apps, the command might fail to reinstall some apps like Cortana and Edge.

Step 1: Open the Windows PowerShell with admin rights. The easiest way to launch PowerShell as administrator is to type PowerShell in the search box and then simultaneously press Ctrl + Shift + Enter keys.

Or, type PowerShell in the search box, right-click on the PowerShell entry in the result, and then click Run as administrator.

Reinstall Store and other preinstalled apps On Windows 10 pic3.1

Step 2: Close running apps, if any.

Step 3: In the PowerShell, copy and paste the following command and then press Enter to execute it.

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

Reinstall Store and other preinstalled apps On Windows 10 pic4

This may take some time, and you might see some errors. Simply ignore all errors and wait for the command to complete its job.

Reinstall Store and other preinstalled apps On Windows 10 pic5

Step 4: Once done, open the Start menu and search for the app that you want to reinstall. It should be there.

And if you’re having issues with apps installed from the Store, please use the official Troubleshooter to fix Store apps issues.

Method 5 of 5

The last resort: Create a new user account

In some cases, the above methods may fail to reinstall or restore one or more preinstalled apps. If those methods fail and you can’t live without your favorite app, like Store, the definite way to get back the app in shape or restore it is to create a new user account. Yes, a new user account will have all apps, including the Store app.

To create a new user account, open the Accounts section of the Settings app, click Family and other users, click Add someone else to this PC, and then follow simple on-screen instructions to create a new user account. Once the new account is ready, you can then move existing data from your old account to the new one.

reinstall store and other preinstalled apps in Windows 10 pic9

Good luck!

Понравилась статья? Поделить с друзьями:
0 0 голоса
Рейтинг статьи
Подписаться
Уведомить о
guest

0 комментариев
Старые
Новые Популярные
Межтекстовые Отзывы
Посмотреть все комментарии
  • Как можно убрать надпись активация windows
  • Как сменить windows на android
  • Как удалить ilok license manager с компьютера windows 10
  • Мастер сброса пароля windows 10 с флешки
  • Вы можете подключить windows к организации двумя способами