Fix Error 0x80070032 When Updating Game HALO: Master Chief Collection from Microsoft Store
Steps to Fix Error 0x80070032 When Updating Games from Microsoft Store,Fix Error 0x80070032 when updating HALO: Master Chief Collection Game from Microsoft Store on Windows 10
Powershell command:
Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Get-AppXPackage -AllUsers -Name Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" -Verbose}
Uninstall & Reinstall Store
Get-AppxPackage -allusers *WindowsStore* | Remove-AppxPackage
Reboot your computer
Get-AppxPackage -allusers *WindowsStore* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
DISM Command:
Dism /Online /Cleanup-Image /RestoreHealth
Run inetcpl.cpl command
In Advanced Tab
Tick Use TLS 1.2