Do let me know if you need any further help. Will not be tracking this thread unless you need any further help.
Have a nice day.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Last week, Windows made an upgrade overnight.
At first sight, everything seemed working normal.
But when I wanted to start a game on "Microsoft Solitaire Collection", the application started normally and closed after a few seconds.
I tried to "Uninstall" the application, but the application did not appear in the installed programs.
I tried to download the game again from the Store, but I got the answer "Program is installed already on this computer".
How can I make the application run again?
TIA
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.
Do let me know if you need any further help. Will not be tracking this thread unless you need any further help.
Have a nice day.
Since both got installed on almost on same day, hence you can uninstall both of them and block them.
Once you current problem is solved, you should plan to upgrade to 1903.
B. Disable any third party Antivirus (After update is successful, you can enable it again)
C. You can go to https://www.microsoft.com/en-us/software-downlo...
You can download the latest Windows 10 package from this link (media creation tool) and follow the instructions there to upgrade. Use the very simple instructions given under Using this tool to upgrade this PC to Windows 10
D. Before update, remove all USB devices & SD card except mouse.
What is your Windows version and build?
To know - Windows Key+R > Type winver and press Enter
Hi Trivino
Greetings! I am Vijay, an Independent Advisor. Please try these steps and check after each step.
- 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.
No change.
- Try to reset the app
Windows Key+i > Apps > Scroll down to this App > Click this App > Advanced options > Reset
"Reset" is not shown.
Only "Uninstall".
Clicked on "Uninstall" and installed again.
No change.
- Reset Microsoft 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
No change.
- 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”}
No change.
- Uninstall & Reinstall Solitaire
Uninstall - Windows+X > Click Windows Powershell (Admin) > Copy the below command and right click in Powershell to paste it and Enter
get-appxpackage Microsoft.MicrosoftSolitaireCollection | remove-appxpackage
Reinstall - Right click on Windows Start > Windows Powershell (Admin) > Copy following and paste into Powershell > Enter
Get-AppxPackage -allusers Microsoft.MicrosoftSolitaireCollection | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
No change.
Do let me know if you have any more question or require further help.
Hi Trivino
Greetings! I am Vijay, an Independent Advisor. Please try these steps and check after each step.
Windows Key+i > Apps > Scroll down to this App > Click this App > Advanced options > Reset
Type cmd in Windows Search box > Right click on Command Prompt > Run As Administrator > Type WSreset.exe and click Enter > Reboot your computer
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”}
Uninstall - Windows+X > Click Windows Powershell (Admin) > Copy the below command and right click in Powershell to paste it and Enter
get-appxpackage Microsoft.MicrosoftSolitaireCollection | remove-appxpackage
Reinstall - Right click on Windows Start > Windows Powershell (Admin) > Copy following and paste into Powershell > Enter
Get-AppxPackage -allusers Microsoft.MicrosoftSolitaireCollection | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
Do let me know if you have any more question or require further help.