Fix Error Something Unexpected Happened Code 0x80070005 When Installing Game or Apps Microsoft Store
Steps to Fix Error Something Unexpected Happened Code 0x80070005 While Installing Game or Apps 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”}
Run DISM Command
Dism /Online /Cleanup-Image /RestoreHealth
Run inetcpl.cpl command
In Advanced Tab
Tick Use TLS 1.2
Fix Windows 10 Update Error 0x80070005: https://youtu.be/HGOb4rUcDQk