通常它不会变灰,但在 Windows Server 2003 上它是:
这会导致断开的会话在 1 分钟后终止。
我可以在注册表中将其设置为“永不终止断开的会话”吗?
(安装和卸载某些第三方软件后下拉框被禁用,我无法修复该对话框)
解决方案:
也可以看看:http://www.sevenforums.com/tutorials/118889-remote-desktop-set-time-limit-idle-sessions.html
启动组策略编辑器:
c:\> gpedit.msc
从http://technet.microsoft.com/en-us/library/cc754272.aspx:
您还可以通过应用以下组策略设置来配置超时和重新连接设置:
Set time limit for disconnected sessions
Set time limit for active but idle Remote Desktop Services sessions
Set time limit for active Remote Desktop Services sessions
Terminate session when time limits are reached
这些组策略设置位于以下位置:
Computer Configuration\Policies\Administrative Templates\Windows Components\Remote Desktop Services\Remote Desktop Session Host\Session Time Limits
User Configuration\Policies\Administrative Templates\Windows Components\Remote Desktop Services\Remote Desktop Session Host\Session Time Limits
可以使用本地组策略编辑器或组策略管理控制台 (GPMC) 来配置这些组策略设置。
这些组策略设置将优先于远程桌面会话主机配置中配置的设置。如果同时配置了计算机配置和用户配置策略设置,则计算机配置策略设置优先。
答案1
如果该设置在 RDP 协议的属性中不可用,则表示该设置是通过组策略设置的。您需要检查适用于相关服务器的 GPO,然后在那里配置设置。