Code: 0x80073CFB

BATMAN2334 31 Reputation points
2021-05-05T01:59:29.187+00:00

I try to download the Alienware command center and it says that I have an error. This problem has persisted for some time now. I couldn't redownload the command center after deleted it because it wasn't working. I need help with this and soon. My keyboard and mouse have colors I don't like and I can't figure out how much charge my mouse has. I have a G 5 Desktop from dell.

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,571 questions
{count} vote

6 answers

Sort by: Most helpful
  1. Mitch Ellis 16 Reputation points
    2021-12-03T02:13:00.563+00:00

    Can someone please help me I can't update to the latest version of Minecraft (1.18) and all it says is this.

    154636-screenshot-2021-12-03-151148.jpg

    And yes i have pressed retry and it has been 3 days

    3 people found this answer helpful.

  2. Mavaddat Javid 6 Reputation points
    2021-12-17T01:36:12.017+00:00

    Remove the app, repair Windows Store, profit. Thanks to zax for this solution. Here is the cmdlet to remove an app for all users:

    $appToFix = "*media*"  # As an example
    Get-AppxPackage -Name "$appToFix" -AllUsers | Remove-AppxPackage -AllUsers
    

    If you want to ensure the application is the latest version for all users, you can run this cmdlet:

    $appToFix = "*media*"  # As an example
    Get-AppxPackage -Name "$appToFix" -AllUsers | Sort-Object -Descending -Property Version | ForEach-Object {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" -ForceTargetApplicationShutdown -Confirm }
    
    3 people found this answer helpful.

  3. Ian Zheng 11 Reputation points
    2021-05-06T06:17:14.737+00:00

    Sorry, for this question, I can’t give an answer at this time. As it involves the third fan product, a more in-depth log analysis may be required.

    But you can try the following methods to solve the current problem

    Remove the old package for every user on the system before you install the new package.

    1 person found this answer helpful.
    0 comments No comments

  4. Sibro. o 6 Reputation points
    2021-12-09T18:26:47.427+00:00

    I have been getting the same error for more than a week.
    This is not a 3rd party app, it's an official MSFT App

    156327-screenshot-2021-12-09-102402.png

    1 person found this answer helpful.

  5. Ian Zheng 11 Reputation points
    2021-05-05T06:30:17.857+00:00

    Hi

    code:0x80073cfb means: The provided package is already installed, and reinstallation of the package was blocked. Check the AppXDeployment-Server event log for details.

    You can try to analyze AppXdeployment-Server enent log