Fix Microsoft Store Error 0x80131500

Published: 13 May 2020
on channel: ComeAndFixIT
1,817
18

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


Watch video Fix Microsoft Store Error 0x80131500 online without registration, duration hours minute second in high quality. This video was added by user ComeAndFixIT 13 May 2020, don't forget to share it with your friends and acquaintances, it has been viewed on our site 1,817 once and liked it 18 people.