Bootstrap

多用户同时RDP登入Win10

 自备以下文件:

winsw_frpc.xml展开如下:

<service>
  
  <!-- ID of the service. It should be unique across the Windows system-->
  <id>winsw_frp</id>
  <!-- Display name of the service -->
  <name>winsw_frp</name>
  <!-- Service description -->
  <description>frp service auto start</description>
  <!-- Path to the executable, which should be started -->
  <executable>C:\winsw\frp_0.48.0_windows_amd64\frpc.exe</executable>
  <arguments>-c "C:\winsw\frp_0.48.0_windows_amd64\frpc.ini"</arguments>
  <startmode>Automatic</startmode> 

</service>

在Win10下会有病毒检测,加入排除项目:

执行开机自动启动

设置

展开 “计算机配置” -> “管理模板” -> “Windows 组件” -> “远程桌面服务” -> “远程桌面会话主机” -> “连接”。

  • 找到 “允许用户通过使用远程桌面服务进行远程连接” 策略,双击打开。
  • 将其设置为 “已启用”

设置任意数量

自备以下两个文件

安装RDO

安装RDPWrap的install.bat,用RDPConf.exe检查,非全绿则拿ver号去github issue查寻对应版本

找到后替换到本地的.ini文件

修改rdpwrap.ini可能存在被占用问题,必要时杀死该服务再修改

最终全绿

禁止非管理员关机

Ref : 如何实现win10远程桌面多用户远程登录 - 知乎

Ref : win11家庭版使用远程桌面-RDPWrapper常见问题-CSDN博客

Ref : Version not supported 10.0.19041.4474 (winver 19045.4529) · Issue #383 · sebaxakerhtc/rdpwrap.ini · GitHub

Ref : Windows Server 远程桌面显示登录界面而不是直接登录进入的问题_远程桌面后跳到登录界面-CSDN博客

;