mstsc

Generating RDP Profile Issue

北城余情 提交于 2019-12-07 13:46:56
问题 edit Figured it out, instead of trying to launch it via mstsc.exe file.rdp, I launch file.rdp instead and it works just fine. end edit Ok I am working on a c# program, part of it is generating its own .rdp file that will automatically connect with all information provided when it is generated. When I try to launch the rdp file from command line I get that it's not a vaild connection profile. If I double click it in windows it opens up, connects and logs in. So I know the password hashes that

Prevent failed logon attempt window after failing to supply proper credentials to a remote desktop server using Network Level Authentication

隐身守侯 提交于 2019-12-04 03:24:32
问题 I am using the 'Microsoft Terminal Services Control Type Library' to establish a connection to a remote desktop server. I am looking for a way to prevent or suppress the 'Windows Security' prompt that is displayed when failing to provide a proper username/password combination when connecting to a remote desktop server that uses Network Level Authentication (NLA). The window looks something like this: I have read about and tried every combination of settings that I can find online at this time

Where can I find documentation on the C# MSTSCLib, specifically the MsRdpClient classes?

天大地大妈咪最大 提交于 2019-12-01 06:39:08
问题 I would like to figure out how to create a C# Remote Desktop client and the documentation on the internet varies from sparse to non-existent. Or if you have this information, please let me know. I will compile as much info as possible and post it up somewhere I'd like to learn the following information: How do I connect programatically to a remote desktop server? What client class should I use? There are like 20 of them. I sort of know that you can set Server and Username directly. How do I