RDP儿童会议

问题描述

无法按照以下文章中所述启动客户端会话。

https://docs.microsoft.com/en-us/windows/win32/termserv/child-sessions

文章中解释了启动子会话不需要凭据。但是,无法使用Microsoft RDP activex控件启动子会话。无法登录到客户端会话。

axmsRdpClient9NotSafeForScripting1.Server = "localhost"; Object True = true;
MSTSCLib.imsRdpExtendedSettings extSettings = (MSTSCLib.imsRdpExtendedSettings)axmsRdpClient9NotSafeForScripting1.Getocx();
extSettings.set_Property("ConnecttochildSession",True); 

imsRdpClient7 msRdpClient = axmsRdpClient9NotSafeForScripting1.Getocx() as imsRdpClient7;
msRdpClient.AdvancedSettings7.EnableCredsspSupport = true; 

axmsRdpClient9NotSafeForScripting1.Connect();

有人可以提供工作样品吗?还是可以提供一些照明?

谢谢,斯里

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)