I tried to run this command, but got the following. My Store, PC Settings and some of the tiles do not work. Any ideas?
Microsoft Windows [Version 6.3.9600]
(c) 2013 Microsoft Corporation. All rights reserved.
C:\WINDOWS\system32>powershell -ExecutionPolicy Unrestricted Add-AppxPackage -Di
sableDevelopmentMode -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\WinStore\AppxM ...
+ CategoryInfo : ObjectNotFound: (C:\WINDOWS\WinStore\AppxManifes
t.xm:String) [Add-AppxPackage], ItemNotFoundException
+ FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManag
er.Commands.AddAppxPackageCommand
C:\WINDOWS\system32>