AnswerFileOptionsEnableRemoteDesktop Property

Gets or sets a value which indicates whether remote desktop accepts incoming connections after installation.

Definition

Namespace: Ookii.AnswerFile
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.1.0+446b05628b4ec6933ca1b84b1f778ac43fb60ce9
C#
public bool EnableRemoteDesktop { get; set; }

Property Value

Boolean
to enable remote desktop; otherwise, . The default value is .

Remarks

If this property is , remote desktop will be enabled, and a firewall rule will be created to allow remote desktop connections. This will automatically give all members of the Administrators group remote access to the machine.

See Also