How To fix this error 0x80073D02?

Copper Contributor

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.Windows.ShellExperienceHost_10.0.22000.71_neutral_neutral_cw5n1h2txyewy Microsoft.Windows.StartMenuExperienceHost_10.0.22000.37_neutral_neutral_cw5n1h2txyewy MicrosoftWindows.Client.CBS_421.18201.0.3_x64__cw5n1h2txyewy MicrosoftWindows.Client.WebExperience_421.18601.0.0_x64__cw5n1h2txyewy. NOTE: For additional information, look for [ActivityId] e189fc3a-7c4d-0001-84da-64e24d7cd701 in the Event Log or use the command line Get-AppPackageLog -ActivityID e189fc3a-7c4d-0001-84da-64e24d7cd701 At line:1 char:23 + ... ckage | % { Add-AppxPackage -DisableDevelopmentMode -Register “$($_.I ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (C:\Program File...ppxManifest.xml:String) [Add-AppxPackage], Exception + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand

0 Replies