Hi, having the same problem here. When I apply this fix, I get the following error in the command line:
powershell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRoot\WinStore\AppxManifest.xm
Add-AppxPackage : Cannot find path 'C:\WINDOWS\WinStore\AppxManifest.xm' because it does not exist.
At line:1 char:1
- Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRoot\Win ...
-
+ CategoryInfo : ObjectNotFound: (C:\WINDOWS\WinStore\AppxManifest.xm:String) [Add-AppxPackage], ItemNotF
oundException
+ FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Any advice?