Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - oviradoi

Pages: [1]
1
Tweaking.com Support & Help / Win10 x64 10586.63 modern apps are broken
« on: January 14, 2016, 05:43:15 am »
This all started when my Calculator app would not work anymore. When I clicked on it, it would open and close immediately.

I searched for a solution online, and I ran a powershell command to register all my modern apps. This was the command:

Quote
Get-AppxPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

Only after the fact, I read that this command actually breaks the modern apps on build 10586. Sure enough, all my modern apps are broken now.

I don't have any system restore points, and I have tried the following to fix my apps:
  • sfc /scannow
  • dism /online /cleanup-Image /restoreHealth

None of these worked.

So my question is, how can I get my modern apps to work again, without resetting or reinstalling Windows?

Pages: [1]