windows 远程桌面强制注销
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/292012/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Remote desktop forced logoff
提问by javamonkey79
I use remote desktop quite a bit and I've noticed that on one of my machines when another user is already logged in it prompts them to allow me to log in, even for users with less privileges; however, with another computer, there is no prompt, it just proceeds with the remote logoff even for users with the same privileges. Both computers are XP professional SP3.
我经常使用远程桌面,我注意到在我的一台机器上,当另一个用户已经登录时,它会提示他们允许我登录,即使是权限较低的用户也是如此;但是,对于另一台计算机,则没有提示,即使对于具有相同权限的用户,它也会继续进行远程注销。两台电脑都是XP专业SP3。
What could be causing this, and how (if possible) can I set this?
什么可能导致这种情况,以及如何(如果可能)设置它?
Thanks in advance.
提前致谢。
p.s. I already know about other tools such as VNC and I use them too.
ps 我已经知道其他工具,例如 VNC,我也使用它们。
采纳答案by javamonkey79
This behavior is a "feature" of fast user switching. After turning it off I am now able to remote desktop in without the user prompt.
这种行为是快速用户切换的“特征”。关闭它后,我现在可以在没有用户提示的情况下远程桌面。
回答by Christopher Galpin
Indeed I suggest where VonC already mentioned, but more specifically: gpedit.msc, Computer/User configuration -> Administrative Templates -> Windows Components -> Terminal Services -> Connections -> Set rules for remote control of Terminal Services user sessions
事实上,我建议 VonC 已经提到的地方,但更具体地说:gpedit.msc,计算机/用户配置 -> 管理模板 -> Windows 组件 -> 终端服务 -> 连接 ->设置远程控制终端服务用户会话的规则
回答by VonC
You can try to compare the policies or settings between the computer for:
您可以尝试比较计算机之间的策略或设置:
Terminal Services policies (type 'gpedit.msc', then Computer configuration | Administrative Templates | Windows Components | Terminal Services)
Terminal Service (type 'services.msc'), which depends on 'Fast User Switching Compatibility' service: is this one activated on the 'other' computer ?
终端服务策略(键入“gpedit.msc”,然后是计算机配置 | 管理模板 | Windows 组件 | 终端服务)
终端服务(类型“services.msc”),这取决于“快速用户切换兼容性”服务:这是在“另一台”计算机上激活的吗?
回答by tsilb
Windows Server editions support one console plus two remote connections simultaneously. When configured as a Terminal Server, they support one per license. All other editions support one total session, local or remote.
Windows Server 版本同时支持一个控制台和两个远程连接。当配置为终端服务器时,它们支持每个许可证一个。所有其他版本都支持一个总会话,本地或远程。
Are the pre-existing connections local or Domain accounts? Look around in the local or group security policies. If Domain, check the user account properties.
预先存在的连接是本地帐户还是域帐户?环顾本地或组安全策略。如果是域,请检查用户帐户属性。