powershell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRoot\WinStore\AppxManifest.xml
powershell : Add-AppxPackage : Cannot find path 'C:\WINDOWS\WinStore\AppxManifest.xml'
At line:1 char:1
- powershell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDeve ...
-
- CategoryInfo : NotSpecified: (Add-AppxPackage...xManifest.xml' :String) [], RemoteException
- FullyQualifiedErrorId : NativeCommandError
because it does not exist.
At line:1 char:1
- Add-AppxPackage -DisableDevelopmentMode -Register C:\WINDOWS\WinStore ...
-
- CategoryInfo : ObjectNotFound: (C:\WINDOWS\WinStore\AppxManifes
t.xml:String) [Add-AppxPackage], ItemNotFoundException
- FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManag
er.Commands.AddAppxPackageCommand