This fix doesnt work for me. I get
PS C:\Users\John> powershell -ExecutionPolicy Unrestricted Add-AppxPackage -Disa
bleDevelopmentMode -Register $Env:SystemRoot\WinStore\AppxManifest.xml
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could
not be registered. (Exception from HRESULT: 0x80073CF6)
An internal error occurred with error 0x80070005. See
http://go.microsoft.com/fwlink/?LinkId=235160 for help diagnosing app
deployment issues.
NOTE: For additional information, look for [ActivityId]
d995a655-d5d8-0000-5fa6-97d9d8d5ce01 in the Event Log or use the command line
Get-AppxLog -ActivityID d995a655-d5d8-0000-5fa6-97d9d8d5ce01
At line:1 char:1
- Add-AppxPackage -DisableDevelopmentMode -Register
C:\Windows\WinStore\AppxManife ...
+ CategoryInfo : WriteError: (C:\Windows\WinStore\AppxManifest.xm
l:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageMa
nager.Commands.AddAppxPackageCommand