Hello all,
This powershell command will remove the solitaire, then you will need to install it again from Store.
- Open PowerShell - Run as Admin
- Execute Get-AppxPackage*solitaire*|Remove-AppxPackage
- Restart Windows at the end of command
- Open Store and reinstall Solitaire
Or you can reinstall it using this command:
- 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"
- Run the install again: Add-AppxPackage-register$manifestpath–DisableDevelopmentMode
If you have Store not working at all, follow this article:
Thanks,
Daniele