Quote Originally Posted by Khal View Post
Add app you want.
After, open PowerShell terminal as superadmin and run 3/4 times:
Add-AppxPackage -Register -DisableDevelopmentMode 'C:\Program Files\WindowsApps\*\AppxManifest.xml'
Hello, I'm getting deployment failed errors when the powershell add appx script reaches the Xbox packages:

Code:
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CFD, A Prerequisite for an install could not be satisfied.Deployment Register operation with target volume C: on Package Microsoft.Xbox.TCUI_1.11.28003.0_x64__8wekyb3d8bbwe
from:  (AppxManifest.xml)  failed with error 0x80073CFD. See [url] for help
diagnosing app deployment issues.
NOTE: For additional information, look for [ActivityId] 776cc3d8-ae9e-0003-51c6-6c779eaed501 in the Event Log or use
the command line Get-AppxLog -ActivityID 776cc3d8-ae9e-0003-51c6-6c779eaed501
At line:1 char:1
+ Add-AppxPackage -Register -DisableDevelopmentMode 'C:\Program Files\W ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (C:\Program File...ppxManifest.xml:String) [Add-AppxPackage], Exception
    + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Did this happen to you? Internet searches say this error occurs because the app expects a higher Windows build version. I'm on LTSB using the AppX packages from 1809 enterprise like your tutorial.
Thank you in advance for any assistance with this