Uploaded July 2026 | Updated September 2026, 3 weeks ago
Fix Halo Campaign Evolved Not Downloading/Installing/Updating on Xbox App/Microsoft Store On Windows 11 & 10, Fix Halo Campaign Evolved Not Installing On Xbox App/Microsoft Store (Fix All Error Codes)
Step 8) Uninstall and reinstall Store/Xbox App
Get-AppxPackage -allusers *WindowsStore* | Remove-AppxPackage
Get-AppxPackage -allusers *WindowsStore* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
Step 13) Run this powershell command to re-register all Windows Store apps
Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
Step 14) Install Xbox identity provider and Gaming services
microsoft.com/en-us/p/xbox-identity-provider/9wzdncrd1hkw?rtc=1&activetab=pivot:overviewtab
Uninstall gaming service
get-appxpackage Microsoft.GamingServices | remove-AppxPackage -allusers
Install Gaming service
start ms-windows-store://pdp/?productid=9MWPM2CQNLHN
If face any issue installing gaming services restart PC and try again/follow the next step
Fix Halo Campaign Evolved Not Downloading/Installing/Updating on Xbox App/Microsoft Store On Windows 11 & 10, Fix Halo Campaign Evolved Not Installing On Xbox App/Microsoft Store (Fix All Error Codes)
Step 8) Uninstall and reinstall Store/Xbox App
Get-AppxPackage -allusers *WindowsStore* | Remove-AppxPackage
Get-AppxPackage -allusers *WindowsStore* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
Step 13) Run this powershell command to re-register all Windows Store apps
Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
Step 14) Install Xbox identity provider and Gaming services
microsoft.com/en-us/p/xbox-identity-provider/9wzdncrd1hkw?rtc=1&activetab=pivot:overviewtab
Uninstall gaming service
get-appxpackage Microsoft.GamingServices | remove-AppxPackage -allusers
Install Gaming service
start ms-windows-store://pdp/?productid=9MWPM2CQNLHN
If face any issue installing gaming services restart PC and try again/follow the next step










