首页 > Windows开发 > 详细

Windows Server 2012开启多人远程

时间:2018-02-22 18:31:18      阅读:206      评论:0      收藏:0      [点我收藏+]

首先在Server Roles中选择Remote Desktop Services,然后在Role Services中安装Remote Desktop Session Host

 技术分享图片

安装完成后需要重启机器。 

然后在Run中输入gpedit.msc 

到Computer Configuration->Administrative Templates->Windows Components->Remote Desktop Services->Remote Desktop Session Host->Connections

其中有2个Setting相关

  1. Limit number of connections

是否限制最大连接数量,建议限制一下,以防过多连接(如果Not Configured或者Disabled则会允许用户无限连接,最大999999)

  1. Restrict Remote Desktop Services users to a single Remote Desktop Services session

是否限制使用同一用户多次连接

简单设置下,我这里设置如下:

Limit number of connections的值为5

Restrict Remote Desktop Services users to a single Remote Desktop Services session为Disabled

设置完成后,需要在Run中输入gpupdate更新当前Policy,否则会按照原来的设置。

Windows Server 2012开启多人远程

原文:https://www.cnblogs.com/zhesong/p/wsrd.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!