@fg2001
Well I tried your fix and I got this
It attempted to install and said oops and that repeated etc.
However nothing daunted ... etc, rebooted and updated Store and it had disappeared. Boom-boom!
Thanks
Davy.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Split from this thread.
This one has been failing for the last few Canary Builds. 😜
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Hi Davy,
I managed to get rid of the error on Microsoft.XboxIdentityProvider.
I have now 4 systems that don't fail anymore.
You can see what I did in the 2 previous posts. 😉👍
@Johnny_55, @Davy-Delliot,
Looks like the remove command is not actually removing the one that comes built in with Windows.
Get-AppxPackage Microsoft.XboxIdentityProvider -AllUsers | Remove-AppxPackage
After the remove command I just cancelled the download of the one that was getting the error, and everything seems to be back to normal. 😵💫🤷♂️
It shows the same version is still there, but it stops trying to download again.
Mysteries of MS Insider Builds. 🤣🤣🤣🤷♂️
We'll see what happens with next Canary build. 😎
Fixed the problem on 3 more systems doing the same thing.
Get-AppxPackage Microsoft.XboxIdentityProvider -AllUsers | Reset-AppxPackage
Get-AppxPackage Microsoft.XboxIdentityProvider -AllUsers | Remove-AppxPackage
Verified that the original app is still there.
Get-AppxPackage Microsoft.XboxIdentityProvider -allusers | Select Name, PackageFullName
Cancelled the download of the one giving the error 0x80073CFB.
Rebooted and checked for store updates again with a clean result.
P.S. Note:
This silly Platform bug is still not fixed. It changes text into links when text is entered after a snapshot. 🤣🤣🤣😝
No more error messages.
@Johnny_55,
Looks like I managed to clear the error. But I don't understand exactly how it cleaned up. It Shows that it is still the same one installed.
Microsoft.XboxIdentityProvider Microsoft.XboxIdentityProvider_12.95.3001.0_x64__8wekyb3d8bbwe
I tried to Reset the App with a Power Shell command and that did not help.
Then I decided to remove it and reinstall it from the store using the link I posted earlier.
Get-AppxPackage Microsoft.XboxIdentityProvider -AllUsers | Remove-AppxPackage
https://apps.microsoft.com/store/detail/xbox-identity-provider/9WZDNCRD1HKW?hl=en-us&gl=mx&rtc=1
It showed that an update was available, then I rebooted and now it is magically clean. 😵💫🤷♂️
Another meaning for the error 0x80073CFB is that the App is already installed. 🤣
But why did it try to reinstall it on Canary?