【问题标题】:RDP automatic log off after 15 minutesRDP 15 分钟后自动注销
【发布时间】:2017-07-05 13:44:51
【问题描述】:

我通过 RDP 连接到服务器时遇到问题。服务器是 Windows Server 2016 Standard;在我这边闲置 15 分钟后,它似乎关闭了会话,关闭了我打开的所有应用程序等......

这非常烦人,尤其是当我在“sql server management studio”中编写代码时,或者如果我正在移动文件……然后我通过 RDP 重新连接,它成功加载了一个新会话。

我已经尝试过这个解决方案,但没有解决它:

浏览至计算机配置 --> 管理模板 --> Windows 组件 --> 远程桌面服务 --> 远程桌面会话主机 --> 会话时间限制。 启用“设置断开会话的时间限制”并将其设置为从不

【问题讨论】:

标签: session ssms remote-desktop rdp


【解决方案1】:

您可以尝试在注册表中启用 RDP 保持活动功能:

以管理员身份在 regedit.exe 中:

Go to the location HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server
Create or edit the DWORD value of KeepAliveEnable
Set it to 1.
Save and quit

https://superuser.com/a/1144885/745652

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2020-09-11
    • 2016-12-22
    • 1970-01-01
    • 2011-08-04
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多