New
#11
To Fix this, all you have to do is:
Take ownership of C:\Program Files\WindowsApps
Add "ALL APPLICATION PACKAGES" to C:\Program Files\Windows Apps
Run the following in PowerShell (Administrator level):
Get-AppxPackage -allusers | foreach {Add-AppxPackage -register "$($_.InstallLocation)\appxmanifest.xml" -DisableDevelopmentMode}