Share via

Error when reinstall microsoft store

Anonymous
2021-12-03T06:26:45+00:00

I tried to use this command to reinstall microsoft store but it didnt work

Add-AppxPackage -register "C:\Program Files\WindowsApps\Microsoft.WindowsStore_12107.1001.1.0_x64__8wekyb3d8bbwe\AppxManifest.xml" –DisableDevelopmentMode

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

Windows cannot install package Microsoft.WindowsStore_12107.1001.1.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] 21029139-e80c-0005-64a9-02210ce8d701 in the Event Log or use

the command line Get-AppPackageLog -ActivityID 21029139-e80c-0005-64a9-02210ce8d701

At line:1 char:1

  • Add-AppxPackage -register "C:\Program Files\WindowsApps\Microsoft.Win ...
  • 
        + CategoryInfo          : WriteError: (C:\Program File...ppxManifest.xml:String) [Add-AppxPackage], IOException 
    
        + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
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

2 answers

Sort by: Most helpful
  1. Anonymous
    2021-12-08T03:08:37+00:00

    These methods didnt work. It showed tons of errors when I used the commands
    I have been trying to do Window clean reinstall but its keep getting stuck at some certain percentage
    1st command erorr:

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

    Windows cannot install package Microsoft.WindowsStore_12107.1001.1.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] d53a1639-e911-0005-cd89-47d511e9d701 in the Event Log or use

    the command line Get-AppPackageLog -ActivityID d53a1639-e911-0005-cd89-47d511e9d701

    At line:1 char: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

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2021-12-03T07:00:39+00:00

    Good Day Twist1000,

    My name is Carlo, I am also using Windows 10 pc and community member like you. Let us work together to sort this out.

    Here's the steps you can try.

    -Press Windows key + X

    -Go to Settings

    -Click Update and Security

    -Click Troubleshooter then Additional troubleshooter.

    -Look for IWndows Store Apps and run the troubleshooter.

    -Press Windows key + X

    -Click Windows Powershell Admin

    -Copy and paste each of the commands below and hit Enter.

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

    Get-AppxPackage -allusers | foreach {Add-AppxPackage -register "$($_.InstallLocation)appxmanifest.xml" -DisableDevelopmentMode}

    Restart your computer and try to open the Store app.

    I hope the information above helps. Please let me know how it goes.

    Have a wonderful day ahead and stay safe.

    Sincerely,

    Carlo T.

    Was this answer helpful?

    0 comments No comments