Мои приложения Метро не открываются. Они возвращаются:
This App can't run
использование этой команды в Powershell:
powershell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRootImmersiveControlPanelAppxManifest.xml
возвращает:
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
error 0xC0020017: windows.licensing failed to start WSService. Try again and contact the package publisher if the
problem persists.
NOTE: For additional information, look for [ActivityId] 8609ca17-4097-0001-4bca-09869740d001 in the Event Log or use
the command line Get-AppxLog -ActivityID 8609ca17-4097-0001-4bca-09869740d001
At line:1 char:1
+ Add-AppxPackage -DisableDevelopmentMode -Register C:WINDOWSImmersiveControlPan ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:WINDOWSImme...ppxManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Wsservice отображается остановлено с типом запуска Вручную.
Atempting перезапуск возвращает:
Windows could not start the Windows Store Service (WSService) service on Local Computer.
Error 1083: The executable program that this service is configured to run in does not implement the service.
что происходит?