Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AdditionalUnattendContent

Package version

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.

Hierarchy

  • AdditionalUnattendContent

Index

Properties

Optional componentName

componentName: undefined | "Microsoft-Windows-Shell-Setup"

The component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup.

Optional content

content: undefined | string

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.

Optional passName

passName: undefined | "OobeSystem"

The pass name. Currently, the only allowable value is OobeSystem.

Optional settingName

settingName: SettingNames

Specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon.

Generated using TypeDoc