How to prevent Windows LightSail RDP from going to sleep?

0

I have got an AWS Windows Server 2022 Lightsail instance with RDP access, and I require certain applications to run continuously on it. However, when I close the tab or RDP client, the RDP session enters sleep mode after 10 minutes, which disrupts my applications' functionality. I attempted to address this issue by modifying group policies, but I have yet to find a successful solution. Can you suggest alternative methods to prevent the RDP session from sleeping?

已提问 10 个月前755 查看次数
2 回答
0

Can't the running application run in the background?
If we could run it in the background, it would be possible to keep it running even if the RDP session is out.

https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/start

profile picture
专家
已回答 10 个月前
  • no, it's like a browser window. I just want the RDP to stay on 24/7 without going to sleep

0

Your RDP connection is a remote session. When you close RDP client, the session is disconnected and will timeout.

You can configure your remote session not to timeout via Group Policy (gpedit.msc), i.e. Computer Configuration -> Policies -> Administrative Templates -> Windows Components -> Remote Desktop Services -> Remote Desktop Session Host -> Session Time Limits.

Change Set time limit for disconnected session and all the rest to Disabled.

It works for me on a Lightsail Windows 2022 instance.
I disconnected RDP session at 11:54am, and was able to connect back at 12:12 pm. As per below screenshot, the Group Policy settings are set to Disabled. Do verify your settings.

Enter image description here

AWS
专家
Mike_L
已回答 10 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则