Video thumbnail for How To Fix Windows 10 Apps Not Opening | Solve Apps Problems

How To Fix Windows 10 Apps Not Opening | Solve Apps Problems

Mar 24, 2024
itechfever.com Logo

itechfever.com

Windows 10 apps might refuse to open anytime. Learn to fix Windows 10 apps not opening problem, this may happen with few apps like Microsoft Store, games, or all pre-installed apps. Here are 5 ways to fix the apps issue on Windows 10. 1. Run Windows Troubleshooter. 2. Reset Affected apps. If the reset doesn't work you can try to reinstall built-in apps. 3. Re-install all the pre-installed apps. Open PowerShell as admin, copy and paste this command- Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”} 4. Run DISM tools- Open cmd ad admin and execute the following commands - DISM /Online /Cleanup-Image /CheckHealth DISM /Online /Cleanup-Image /ScanHealth DISM /Online /Cleanup-Image /RestoreHealth Restart.
#Operating Systems #Software Utilities #Other