AdditionalUnattendContent interface
Specifies additional XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup. Contents are defined by setting name, component name, and the pass in which the content is applied.
Properties
component |
The component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup. |
content | Specifies the XML formatted content that is added to the unattend.xml file for the specified path and component. The XML must be less than 4KB and must include the root element for the setting or feature that is being inserted. |
pass |
The pass name. Currently, the only allowable value is OobeSystem. |
setting |
Specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon. |
Property Details
componentName
The component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup.
componentName?: "Microsoft-Windows-Shell-Setup"
Property Value
"Microsoft-Windows-Shell-Setup"
content
Specifies the XML formatted content that is added to the unattend.xml file for the specified path and component. The XML must be less than 4KB and must include the root element for the setting or feature that is being inserted.
content?: string
Property Value
string
passName
The pass name. Currently, the only allowable value is OobeSystem.
passName?: "OobeSystem"
Property Value
"OobeSystem"
settingName
Specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon.
settingName?: SettingNames