惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Google DeepMind News
Google DeepMind News
Stack Overflow Blog
Stack Overflow Blog
Hugging Face - Blog
Hugging Face - Blog
博客园_首页
T
The Blog of Author Tim Ferriss
博客园 - 叶小钗
N
Netflix TechBlog - Medium
腾讯CDC
C
Check Point Blog
P
Proofpoint News Feed
Engineering at Meta
Engineering at Meta
GbyAI
GbyAI
S
SegmentFault 最新的问题
F
Fortinet All Blogs
美团技术团队
U
Unit 42
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园 - 司徒正美
F
Full Disclosure
Recorded Future
Recorded Future
D
DataBreaches.Net
博客园 - 【当耐特】
Martin Fowler
Martin Fowler
J
Java Code Geeks
I
InfoQ
Y
Y Combinator Blog
A
About on SuperTechFans
AI
AI
爱范儿
爱范儿
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
Forbes - Security
Forbes - Security
W
WeLiveSecurity
M
MIT News - Artificial intelligence
雷峰网
雷峰网
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
Simon Willison's Weblog
Simon Willison's Weblog
Schneier on Security
Schneier on Security
The GitHub Blog
The GitHub Blog
Security Archives - TechRepublic
Security Archives - TechRepublic
aimingoo的专栏
aimingoo的专栏
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
G
GRAHAM CLULEY
Know Your Adversary
Know Your Adversary
Latest news
Latest news
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
D
Docker
Recent Commits to openclaw:main
Recent Commits to openclaw:main
量子位
V2EX - 技术
V2EX - 技术
Project Zero
Project Zero

博客园 - 阿良

锐捷交换机如何配置远程管理地址(telnet) 家庭光纤宽带连接示意图 学习:ups电池放电时间是怎么计算的? 由于没有远程桌面授权服务器可以提供许可证,远程回话被中断--已经解决 DOS下常用网络命令技巧 怎么让Windows2012和Windows2008多用户同时远程---经过测试有效 网络管理知识相关学习网站 关于VMware Linux 虚拟机忘记root 密码找回 【交换机】交换机RLDP(环路检测&链路检测)功能介绍及配置说明 在interface vlan下敲no ip proxy-arp什么意思 思科模拟器学习1 OLT、分光器、ONU直接的关系 分光器 PON 原创:千兆光模块和百兆光收发器的兼容问题 原创:两台交换机通过光纤相连,为什么一个交换机的光模块的灯是亮的,另一个交换机的光模块的灯是灭的? 安防工程商必须知道的PoE供电真相 双绞线的知识 单模光纤与多模光纤的区别
远程桌面限制用户使用同一个会话
阿良 · 2018-01-11 · via 博客园 - 阿良

    推荐:使用组策略配置

    可以通过启用“限制远程桌面服务用户只能进行一个远程会话”组策略设置,限制用户在远程桌面会话主机服务器上只能进行一个会话。此组策略设置位于“计算机配置\策略\管理模板\Windows 组件\远程桌面服务\远程桌面会话主机\连接”中,“将远程桌面服务用户限制到单独的远程桌面服务会话”界面中选择“已禁用”然后点击确定。这样的话,如果多个用户同时远程登录同一台服务器,将使用同一个会话,也就是登录服务器,显示相同的页面和内容(包括开启的程序、打开的页面等等)。

如何进入组策略?在运行中,输入gpedit.msc,在“计算机组策略”中依次展开 计算机配置-->管理模板--->windows组件--->然后在右边的菜单中选择远程桌面服务,依次进行操作即可。

在“将远程桌面服务用户限制到单独的远程桌面服务会话”界面中选择“已禁用”然后点击确定

怎么让Windows2012和Windows2008多用户同时远程

    特别注意:如果改变了组策略,一定要重启服务器,否则无法生效。