windows server 2008 rdp停止服务 - windows server 2012 R2 远程桌面授权模式尚未配置,远程桌面服务将在120天内停止工作

问题现象

windows server 2008作为测试环境跳板机,但是没有配置官方的rdp授权,限制用户登录数,限制使用rdp服务的可授权使用时长(120天)
作为GUI环境的综合跳板机,发现至少配置以下内容才能满足使用需要(机房环境统一GUI入口审核)

  • 不限制用户登录数
  • 不限值rdp登录时长
  • 用户隔离

增长rdp服务可使用时长的配置

  1. 打开注册表 regedit
  2. 打开指定注册内容 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\RCM\GracePeriod
    image
  3. 删掉注册表中的'GracePeriod'(需要提权管理员权限,右击,权限)
    image
  4. 修改服务器时间(时间点向后改,如10年后的时间点)
  5. 重启服务器,修改服务器时间为当前时间
    image

image

Via & reference:

https://jingyan.baidu.com/article/ceb9fb1070557f8cad2ba0b8.html
https://blog.csdn.net/csdndenglu/article/details/100112840

posted @ 2021-05-13 21:21  AlexG  阅读(3256)  评论(0编辑  收藏  举报