Symptom
Reliability Monitor reports an Installation Failure: Windows failed to install the following update with error 0x80073D02: 9NMPJ99VJBWV-Microsoft.YourPhone.
Solution
- Launch PowerShell as administrator
- Run this command to re-register the app packages:
Set-ExecutionPolicy Unrestricted Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Ignore errors "Deployment failed with HRESULT: 0x80073D06, The package could not be installed because a higher version of this package is already installed. " - Restart
Comments
0 comments
Please sign in to leave a comment.