Your company plans to deploy Windows 10 to device that will be configured for Englis use and other devices that will be configured for Korean use.
You need to create a single multivariate provisioning for the planned for the planned devices.
You create the provisioning package.
What should do you next to add the language settings to the package?
A . Create a file named Language.XML that contains a header for Korean.
B . Modify the .ppkg file.
C . Create a file named languages.xml that contains a header for English.
D . Modify the Customizations xmlfile
Answer: D
Explanation:
Follow these steps to create a provisioning package with multivariant capabilities.
– Build a provisioning package and configure the customizations you want to apply during certain conditions.
– After you’ve configured the settings, save the project.
– Open the project folder and copy the customizations.xml file to any local location.
– Use an XML or text editor to open the customizations.xml file.
– Edit the customizations.xml file to create a Targets section to describe the conditions that will handle your multivariant settings.
– In the customizations.xml file, create a Variant section for the settings you need to customize.
– Save the updated customizations.xml file and note the path to this updated file. You will need the path as one of the values for the next step.
– Use the Windows Configuration Designer command-line interface to create a provisioning package using the updated customizations.xml.
References: https://docs.microsoft.com/en-us/windows/configuration/provisioning-packages/provisioning-multivariant