分类: 电脑技术
作者: admin

Windows10家庭版安装远程桌面服务

# 关闭服务
# Remote Desktop Services UserMode Port Redirector
# Remote Desktop Services
sc stop UmRdpService
sc stop TermService
  • 1
  • 2
  • 3
  • 4
  • 5
  • Step4:手动拷贝rdpwrap.iniC:\Program Files\RDP Wrapper\替换原有文件

  • Step5:启动服务

# 启动服务
sc start TermService
  • 1
  • 2
  • Step6:运行RDPConf.exe,检查安装

RDPConf

  • Step7:运行RDPCheck.exe,测试连接

其他版本系统直接下载安装RDPWInst.msi就可以。