Microsoft.XboxGamingOverlay Deployment failed with HRESULT 0x80073D02 FIX
Microsoft.XboxGamingOverlay Deployment failed with HRESULT 0x80073D02 FIX.
Powershell Command:
Get-AppxPackage Microsoft.XboxApp | Foreach{Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
On a Windows 10 based machine, the XBOX Gaming app couldn't be installed (re-registered) by using the "Add-AppxPackage" PowerShell command, with error: "Microsoft.XboxGamingOverlay Deployment Deployment failed with HRESULT 0x80073D02. The package could not be installed because resources it modifies are currently in use" (Event ID 401, 404, 419).
The deployment error 0x80073D02 can appear, when you try to re-register all the Windows 10 built-in apps* or, when you try to register only the "Xbox" Gaming app**:
However, sometimes, you may not able to re-register all apps because of some Windows PowerShell errors involved. This post talks about one such error which we noticed recently. The complete error message appeared after running the cmdlet to re-install apps, is as follows:
Add-AppxPackage : Deployment failed with HRESULT: 0x80073D02, The package could not be installed because resources it modifies are currently in use.
error 0x80004004: Unable to install because the following apps need to be closed
Microsoft.Windows.ShellExperienceHost_cw5n1h2txyewy!App.
This tutorial will apply for computers, laptops, desktops,and tablets running the Windows 10 operating system (Home, Professional, Enterprise, Education) from all supported hardware manufactures, like Dell, HP, Acer, Asus, Toshiba,Lenovo, and Samsung).