NLA support
Brought to you by:
jwbrit
I am using a Windows Vista x64 client with RDPManager 1.60. In the RDPManager.xml file I created a shortcut to a Windows Server 2008 machine that is configured to only accept connections from RDP clients with NLA support. If I then use RDPManager to connect to this server, I get a error box stating that my computer does not support NLA and the connection is not made. When I run mstsc.exe from the command line and connect to this server, the connection succeeds.
Try adding DisableCredsSPSupport="1" to the config line of that server or in the header (which makes it global). If that doesn't work let me know.
That was it!
Thanks!