I had this problem with the metro apps, even with the “Settings”. When I pressed a metro app or the settings the start menu freezes and the app is not opening. After some research the solution that worked “like a charm” is from Microsoft insider forum, the original post is: http://answers.microsoft.com/en-us/insider/forum/insider_wintp-insider_perf/windows-10-some-metro-apps-not-working/41695ba8-b856-46dd-80ef-d342e5bc0cb3
The solution that worked for me is this:
- Open an Elevated Powershell prompt by pressing the Windows Key, typing Powershell, then pressing Ctrl+Shift+Enter
- Paste the following command into Powershell and execute it:
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)AppXManifest.xml"}
Pantelis Apostolidis is a Sr. Specialist, Azure at Microsoft and a former Microsoft Azure MVP. For the last 20 years, Pantelis has been involved to major cloud projects in Greece and abroad, helping companies to adopt and deploy cloud technologies, driving business value. He is entitled to a lot of Microsoft Expert Certifications, demonstrating his proven experience in delivering high quality solutions. He is an author, blogger and he is acting as a spokesperson for conferences, workshops and webinars. He is also an active member of several communities as a moderator in azureheads.gr and autoexec.gr. Follow him on Twitter @papostolidis.