Fix Microsoft Solitaire Collection not installing on Microsoft Store

HomeOther ContentFix Microsoft Solitaire Collection not installing on Microsoft Store
Fix Microsoft Solitaire Collection not installing on Microsoft Store
Fix Microsoft Solitaire Collection not installing on Microsoft Store
Fix cannot download/install Microsoft Solitaire Collection due to Microsoft Store errors
1) Log out and log back in to the Microsoft Store. Make sure the date and time/zone are correct
2) Run Windows Store Troubleshooter
3) Clear store cache using wsreset command
4) Update Windows 10
5) Update apps
6) Reset Store app
7) Restart Windows Update, Microsoft Store Installation and Background Intelligence Service
8) Run Powershell command to re-register the store
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}
9) Uninstall and reinstall the store
Get-AppxPackage -allusers *WindowsStore* Remove-AppxPackage
Restart your computer
Get-AppxPackage -allusers *WindowsStore* Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “(_.InstallLocation)//AppXManifest.xml”}
10) Run the DISM command
sfc/scannow
Dism /Online /Cleanup-Image /RestoreHealth
11) Run the inetcpl.cpl command
In the Advanced tab
Check Use TLS 1.2
12) Update Windows 10 using Media Creation Tool: https://www.microsoft.com/en-in/software-download/windows10

Please take the opportunity to connect and share this video with your friends and family if you find it useful.

No Comments

Leave a Reply

Your email address will not be published. Required fields are marked *