GeneratorOptions Class

Provides options for generating an unattended Windows installation answer file using the Generator class.

Definition

Namespace: Ookii.AnswerFile
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 1.1.0+80a53790d09cddd16db3be20b673cb91280c7d9e
C#
public class GeneratorOptions
Inheritance
Object    GeneratorOptions

Constructors

GeneratorOptionsInitializes a new instance of the GeneratorOptions class

Properties

AutoLogon Gets or sets options for logging on automatically.
CmdKeyAccount Gets or sets the credentials of an account that will be used to access all network locations.
ComputerName Gets or sets the computer name of the system.
DisplayResolution Gets or sets the display resolution.
EnableCloud Gets or sets a value which indicates whether cloud consumer features are enabled after installation.
EnableDefender Gets or sets a value which indicates whether Windows Defender is enabled after installation.
EnableRemoteDesktop Gets or sets a value which indicates whether remote desktop accepts incoming connections after installation.
EnableServerManager Gets or sets a value which indicates whether server manager will be launched on logon on Windows Server.
FirstLogonCommands Gets or sets a collection of commands to run during first log-on.
InstallOptions Gets or sets the installation method to use, along with the options for that method.
JoinDomain Gets or sets options for joining a domain.
Language Gets or sets the language used for the UI and culture settings.
LocalAccounts Gets or sets a collection of local administrator accounts to create.
ProcessorArchitecture Gets or sets the processor architecture of the Windows version being installed.
ProductKey Gets or sets the Windows product key.
SetupScripts Gets or sets a collection of PowerShell scripts to run during first log-on.
TimeZone Gets or sets the time zone.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also