Maybe you could try to deleting Related documents in C:\ProgramData\Microsoft\Windows\AppRepository
WSA install problem
I'd like to install WSA in my computer
I already installed it, but i deleted my account and it disappeared in my computer
so i try to reinstall WSA in my computer, but it doesn't work with error
"
Add-AppxPackage : Deployment failed. HRESULT: 0x80073CFB, Package reinstall blocked because the supplied package is already installed. For more information
Check the ppXDeployment-Server event log.
Another user has already installed an unpackaged version of this app. The current user cannot replace this with the packaged version. The package causing the conflict is Microsoft CorporationII.WindowsSubsystemForAndroid and was published by CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US.
Note: Browse [ActivityId] d4ad0097-65dd-0006-be18-b5d4dd65d801 in the event log for additional information or use the command line Get-AppPackageLog -ActivityID d4ad0097-65dd-0006-be18-b5d4dd65d801.
position line:1 character:1
- Add-AppxPackage -Register .\AppxManifest.xml
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- CategoryInfo: ResourceExists: (C:\WSA\WsaPacka...ppxManifest.xml:String) [Add-AppxPackage], PSInvalidO
perationException - FullyQualifiedErrorId: DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
"
is there any way to delete the wsa?
it doesn't exist in my installed apps.
Windows for business Windows Client for IT Pros User experience Other
3 answers
Sort by: Most helpful
-
-
Limitless Technology 39,916 Reputation points
2022-05-17T07:59:05.487+00:00 Hello
Thank you for your question and reaching out.
I can understand you are having some issues related to WSA App installation in Windows 11.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
Please try to Remove the app, repair Windows Store, using cmdlet to remove an app for all users:
$appToFix = "media" # For Example
Get-AppxPackage -Name "$appToFix" -AllUsers | Remove-AppxPackage -AllUsers
--If the reply is helpful, please Upvote and Accept as answer--
-
Luis Madrigal 0 Reputation points
2025-05-07T08:25:59.3533333+00:00 The conflicting package is MicrosoftCorporationII.WindowsSubsystemForAndroid and it was published by CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US. (0x80073cfb)