solitaire collection for windows 10

Anonymous
2015-08-10T16:40:09+00:00

I tried to open the solitaire collection this morning and it will not open.  I did a re-bot and it still would not open.  Is there a software glitch?

Windows for home | Windows 10 | Gaming

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

56 answers

Sort by: Oldest
  1. Anonymous
    2015-08-30T16:41:48+00:00

    Hello all,

    This powershell command will remove the solitaire, then you will need to install it again from Store.

    1. Open PowerShell - Run as Admin
    2. Execute Get-AppxPackage*solitaire*|Remove-AppxPackage
    3. Restart Windows at the end of command
    4. Open Store and reinstall Solitaire

    Or you can reinstall it using this command:

    1. Save the installation path of Solitaire using this command: $manifestpath=(Get-AppxPackage*solitaire*).InstallLocation +"\Appxmanifest.xml"

    Value should be like this $manifestpath="C:\Program Files\WindowsApps\Microsoft.MicrosoftSolitaireCollection_3.3.8040.0_x64__8wekyb3d8bbwe\Appxmanifest.xml"

    1. Run the install again: Add-AppxPackage-register$manifestpath–DisableDevelopmentMode

    If you have Store not working at all, follow this article:

    http://blogs.technet.com/b/ouc1too/archive/2015/08/17/windows-app-store-doesn-t-load-after-windows-10-upgrade.aspx

    Thanks,

    Daniele

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2015-08-31T21:36:34+00:00

    I tried to open the solitaire collection this morning and it will not open.  I did a re-bot and it still would not open.  Is there a software glitch?

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  3. Anonymous
    2015-09-01T13:26:01+00:00

    Ever since upgraded to Windows 10 I cannot get Microsoft solitaire collection

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2015-09-20T20:54:38+00:00

    I updated to windows 10 and now my Microsoft solitaire  collection will not come up,  it try's and then shuts off

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2015-09-21T18:57:59+00:00

    I tried to open the solitaire collection this morning and it will not open.  I did a re-bot and it still would not open.  Is there a software glitch?

    For the 101 people with the same problem I had.

    This is what worked for both Microsoft Edge & Microsoft Solitaire Collection which would not load.

    Right click Start and Select CMD Administra tor

    Enter - Powershell

    Hit Return

    When you see - PS C:\WINDOWS\system32>

    Enter - Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation

    -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "

    $($_.InstallLocation)\AppXManifest.xml "}

    Hit return then wait.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments