Issues addressed in this tutorial:
Fix Error 0x80131500
Fix error code 0x80073d0d when downloading app from Windows Store
windows store error
windows store error code (0x80072ee7)
windows store error code 805a0190
windows store error 0x803fb005
Command codes used:
In powershell:
Get-AppXPackage -AllUsers -Name Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" -Verbose}
commands used in the bat file:
net stop bits
net stop wuauserv
net stop msiserver
net stop cryptsvc
net stop appidsvc
Ren C: Windows\SoftwareDistribution SoftwareDistribution.old
Ren C:Windows\System32\catroot2 catroot2.old
net start bits
net start wuauserv
net start msiserver
net start cryptsvc
net start appidsvc
Command used in powershell:
wuauclt.exe /updatenow