Enable enhanced mode by default

This commit is contained in:
Faryan Rezagholi
2019-06-21 13:55:03 +02:00
parent 4e0fb6bf65
commit bda5d481b2

View File

@@ -166,7 +166,7 @@ namespace mRemoteNG.Connection.Protocol.RDP
_rdpClient.AdvancedSettings7.AuthenticationServiceClass = "Microsoft Virtual Console Service";
_rdpClient.AdvancedSettings8.EnableCredSspSupport = true;
_rdpClient.AdvancedSettings8.NegotiateSecurityLayer = false;
_rdpClient.AdvancedSettings7.PCB = _connectionInfo.VmId;
_rdpClient.AdvancedSettings7.PCB = $"{_connectionInfo.VmId};EnhancedMode=1";
}
}