Share via

Cannot use Microsoft store

Anonymous
2023-02-15T20:08:56+00:00

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

Windows cannot install package Microsoft.WindowsStore_22204.1401.3.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] 9f45b2d7-6779-0003-61db-459f7967d801 in the Event Log or use

the command line Get-AppPackageLog -ActivityID 9f45b2d7-6779-0003-61db-459f7967d801

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

Can u help me? please, I can open Microsoft store but cannot download any apps from 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

3 answers

Sort by: Most helpful
  1. Anonymous
    2023-02-21T16:56:15+00:00
    I did all these steps , when I tried the last suggestion it says the package could not be installed because the windows firewall service is not running . enable the windows fire wall service and try again .<br><br><br><br>When I try to enable the firewall service nothing happens its as if its not there , I tried to update the firewall and got this message :<br><br>Windows defender firewall cant change some of your settings Error code : 0x8007042c<br><br><br><br>Any idea ?

    Was this answer helpful?

    0 comments No comments
  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  3. Anonymous
    2023-02-15T20:42:29+00:00

    Hi kN23,

    I'm Paul and I'm here to help you with your concern.

    Please try the following.

    1. Install the latest Windows Updates
    2. Run Troubleshooter

    Open Settings => Update & Security => Troubleshoot => Windows Store Apps => Run the Troubleshooter.

    1. Reset the Microsoft Store cache

    >> Press the Windows Logo Key + R to open the Run dialog box, type wsreset.exe, and then select OK.

    1. Sign-out and sign-in to your Microsoft Account in MS Store.
    2. Use System File Checker to check and fix corrupted system files that may be the cause of the issue. Please refer to the link.

    https://support.microsoft.com/en-us/help/402652...

    1. Re-register Windows Store App.

    >> Open Windows PowerShell (Admin)

    >> Copy-paste the command below then press Enter:

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

    >> Close Powershell and Restart the PC.

    I hope this helps. Feel free to ask back any questions and keep me posted.

    Was this answer helpful?

    0 comments No comments