Class AdditionalUnattendContentResponse


  • public final class AdditionalUnattendContentResponse
    extends java.lang.Object
    • Method Detail

      • componentName

        public java.util.Optional<java.lang.String> componentName()
        Returns:
        The component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup.
      • content

        public java.util.Optional<java.lang.String> content()
        Returns:
        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.
      • passName

        public java.util.Optional<java.lang.String> passName()
        Returns:
        The pass name. Currently, the only allowable value is OobeSystem.
      • settingName

        public java.util.Optional<java.lang.String> settingName()
        Returns:
        Specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon.