Forum Discussion
sj3vans
Aug 19, 2020Copper Contributor
It seems most of my Windows 10 apps exit immediately when trying to run them
I noticed Sunday, 8/19, that none of my Windows 10 store apps will run. When I try to run Calculator, Alarms, Store, they simply exit. I've tried to right click on apps in the menu, select info, a...
KapilArya
Aug 20, 2020MVP
Hello sj3vans,
Try to re-register apps. Perform these steps:
1. Search for Windows PowerShell using Cortana or Windows Search.
2. From results, right click on Windows PowerShell and select Run as administrator.
3. Then type following command and press Enter key:
Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Let the command complete.
4. Close Windows PowerShell and see if the issue is resolved now.
Let us know if this helps!