从.net启动RDP会话在Windows 10中不起作用

时间:2016-10-06 16:13:09

标签: vb.net rdp

以下启动RDP会话的代码适用于除Windows 10以外的所有Windows版本。这是某种权限问题吗?

            Dim proc As New ProcessStartInfo
            proc.FileName = "MSTSC.exe"
            proc.Arguments = "/v:" & "testrdp.asuscomm.com:3389”
            Process.Start(proc)

无法连接后,显示标准RDP错误:此计算机无法连接到远程计算机。再次尝试连接。如果问题仍然存在,请与远程计算机的所有者或网络管理员联系。

0 个答案:

没有答案