Answer File OptionsEnable Remote Desktop 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.3.0+3ec3ef5391bcdf8d84abe65b91ab672cac4934d3
to enable remote desktop; otherwise, . The default value is .
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.3.0+3ec3ef5391bcdf8d84abe65b91ab672cac4934d3
C#
public bool EnableRemoteDesktop { get; set; }VB
Public Property EnableRemoteDesktop As Boolean
Get
SetC++
public:
property bool EnableRemoteDesktop {
bool get ();
void set (bool value);
}F#
member EnableRemoteDesktop : bool with get, setProperty Value
Booleanto 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.