Windows
(FIXED) Microsoft Store error 0x800713AB in windows 10/11
#How to fix Microsoft Store error 0x800713AB
Get-AppxPackage Microsoft.WindowsStore | Remove-AppxPackage
Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)AppXManifest.xml”}
[ad_2]
source