today is island day in Forza Horizon 4. But wait - after downloading 200 MB there the store app says: Code: 0x80073CF9.
Well at least Forza 4 is not the only affected game. Last Sea of Thieves and ARK-Updates are stucked with the same error code. Great
When I got 0x80073CF9 the windows store was stuck downloading. Make sure the drive your download optimization folder is on is NOT full. Otherwise, I called Microsoft Support, they did something similar to following, reinstalling the MS store and clearing itâs download cache.
From my research and logging the MS support rep, here is my rundown for hard clearing stuff with MS store, I did this for GoW4 too (though it doesnât run, thatâs an nvidia issue). Though I take no responsibility for what happens to you.
Run powershell as admin
wsreset (try the download after this, if it still doesnât work continue)
net stop bits
net stop wuauserv
net stop appidsvc
net stop cryptsvc
Ren %systemroot%\SoftwareDistribution\DataStore !DataStore
Ren %systemroot%\SoftwareDistribution\Download !Download
Ren E:\DeliveryOptimization !DeliveryOptimization (mine is in E, yours could be different)
Remove anything with SunriseBaseGame from c:\program files\WindowsApps (or whatever other drive you use)
net start bits
net start wuauserv
net start appidsvc
net start cryptsvc
Get-AppxPackage Microsoft.WindowsStore | Remove-AppxPackage
Clear delivery optimization
Clear all files with disk cleanup and restart PC
Get-AppXPackage WindowsStore -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register â$($_.InstallLocation)\AppXManifest.xmlâ}
Redownload, pray, and donât download anything else from MS store during this time
I have no clue why there isnât a detailed writeup for how to do this in a single location
I had to compile various scripts from all over MS forums AND log the MS support repâs commands
Sad part is that Turn10 isnât the issue here, itâs all Microsoftâs store that is ruining the experience.