Share via

Erro code 124

Anonymous
2018-12-12T18:08:12+00:00

error code 124 says I am not connected to internet,   I am connected and can not load Microsoft Solitaire collection which I had before

Windows for home | Windows 10 | Microsoft Store

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

2 answers

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  2. Vijay A. Verma 104.9K Reputation points Volunteer Moderator
    2018-12-12T18:12:51+00:00

    Please try these options one by one and check after each option.

    1. If you are able to open MS Store, open MS Store > Click on your profile picture on top right and sign-out. Then sign-in again.
    2. Windows Key+R > Type services.msc and press Enter > Locate Background Intelligence transfer and ensure it is set to Start and Automatic. Also do the same for Windows Update service as well
    3. Run Windows Store Apps Troubleshooter

    Windows Key+X > Click Settings > Click Update & security > Click Troubleshoot > Scroll down to the bottom > Click Windows Store Apps > Click Run the Troubleshooter

    1. Reset Solitaire

    Right click on Windows Start > Apps & features > Scroll down to locate Microsoft Solitaire > Advanced Options > Reset

    1. Re-register Solitaire

    Right click on Windows Start > Windows Powershell (Admin) > Copy following and paste into Powershell > Enter

    Get-AppxPackage -allusers *MicrosoftSolitaireCollection* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

    1. Reset Windows Store through Command Prompt

    Type cmd in Windows Search box > Right click on Command Prompt > Run As Administrator > Type WSreset.exe and click Enter > Reboot your computer

    1. Re-register All Store apps (You will get many Reds, ignore them)

    Windows Key+X > Windows Powershell (Admin) > Copy the following from below and right click in Powershell to paste > Enter > Restart your computer

    Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

    1. Uninstall & Reinstall Store

    Windows Key+X > Windows Powershell (Admin) > Copy the following from below and right click in Powershell to paste > Enter

    Get-AppxPackage -allusers *WindowsStore* | Remove-AppxPackage

    Copy the following from below and right click in Powershell to paste > Enter > Reboot your computer

    Get-AppxPackage -allusers *WindowsStore* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

    Source - https://answers.microsoft.com/thread/b8f36cad-9...

    Was this answer helpful?

    0 comments No comments