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.0.0+89a02853fc03095ce3d28e19ceda0fd8e02a7ef0
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