Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OEMInput.xml files include a <Features> section that's used to specify the optional features that should be included in an image. The features you can add to OEMInput.xml are dependent on the Feature manifests that are included. When you create a workspace with the Windows System Kit, your OEMInput.xml file is pre-populated with several feature manifests, and you can add additional feature manifests to enable additional features.
Prerequisites
Modify features
Open the Image Configuration file in the root of your workspace in a text editor.
Review the list of features for FactoryOS
Add or remove features in Features:Microsoft element of your Image Configuration file. Example:
<Features>
<Microsoft>
<Feature>SERVICING_STACK</Feature>
<Feature>FONTSIZE_15</Feature>
<Feature>SHELL_BOOT</Feature>
<Feature>DEVSHELL_MFG</Feature>
<Feature>TESTSIGNING_ON</Feature>
<Feature>MANUFACTURING_TOOLS</Feature>
<Feature>STATESEPARATION_ON</Feature>
<Feature>OEM_IMAGE</Feature>
<Feature>ARM64_WOW</Feature>
<Feature>POWERSHELL</Feature>
<Feature>DEVICEFAMILY_UNIVERSAL</Feature>
<Feature>UEFI_HARDWARE</Feature>
</Microsoft>