How to Fix Microsoft Store Error 0x80080005

Аватар автора
Игровые авантюры и приключения
Unable to download games and apps from Microsoft Store Because of Error 0x80080005, Steps to Fix Microsoft Store Error 0x80080005 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 Store: Get-AppxPackage -allusers *WindowsStore* | Remove-AppxPackage Reboot your computer Reinstall Store: Get-AppxPackage -allusers *WindowsStore* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)AppXManifest.xml”} DISM Command Dism /Online /Cleanup-Image /RestoreHealth Run inetcpl.cpl command In Advanced Tab Tick Use TLS 1.2

0/0


0/0

0/0

0/0