This Tutorial Helps To Fix Microsoft Store Error 0x80131500
#fix 0x80131500
#Fix Microsoft Store Error
#Microsoft Store Error 0x80131500
Powershell 1st command:
Get-AppXPackage WindowsStore -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
reinstall microsoft store (powershell comand):
uninstall:
Get-AppxPackage -allusers WindowsStore | Remove-AppxPackage
After restarting
install:
Get-AppxPackage -allusers WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
DISM Command:
Dism /Online /Cleanup-Image /RestoreHealth