fDenyTSConnections
fDenyTSConnections
specifies whether remote desktop connections are enabled.
There are several settings that must be configured to enable Remote Desktop connections during an unattended installation. First, you must enable Remote Desktop connections by using the fDenyTSConnections
setting. You must also enable the Remote Desktop group in Windows Firewall. For more information, see "Enable Remote Desktop" in the Windows OEM Preinstallation Kit (Windows OPK) User's Guide (Opk.chm) or Windows Automated Installation Kit (Windows AIK) User's Guide (Waik.chm).
true |
Specifies that remote desktop connections are denied. This is the default value. |
false |
Specifies that remote desktop connections are enabled. |
Microsoft-Windows-TerminalServices-LocalSessionManager | fDenyTSConnections
For the list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-TerminalServices-LocalSessionManager.
The following XML output shows how to set this element so that remote terminal service connections are enabled.
<fDenyTSConnections>false</fDenyTSConnections>