0

I have a Windows Server 2012 R2 install on a remote PC (PC located in a special room) so I works on it by using remote desktop connection Basically, I need to download some big files (~10GB/file) but the server auto-log-off again and again each 15 minutes so I can't download anything. How can I prevent my server to log-off like that? Thanks!

update: I've tried Run rsop.msc \ Policies \ Administrative Templates \ Windows Components \ Remote Desktop Services \ Remote Desktop Session Host \ Session Time Limits and the setting has been disabled, what happened to me? enter image description here

Luke
  • 101
  • 1
  • 9

2 Answers2

1

In Group Policy, there are both Computer and User Configuration settings that may affect this. See the Computer Configuration GPOs for the server computer object and User Configuration GPOs for your user. Both are under:

\ Policies \ Administrative Templates \ Windows Components \ Remote Desktop Services \ Remote Desktop Session Host \ Session Time Limits

Session Time Limits

Check limits for both active and inactive (i.e. active but idle) connections.


In your updated question you indeed have Set time limit for disconnected sessions set to 15 minutes in a Group Policy Object (GPO) Default Terminal Session TimeOut. The options are crayed out in your Resultant Set of Policy (RSoP, rsop.msc) report – cause it's only a report.

Your options are to change this value by modifying this GPO or to create a new one that will override this setting just for you. For that, open the Group Policy Management (gpmc.msc).

Esa Jokinen
  • 43,252
  • 2
  • 75
  • 122
0

Run rsop.msc and check for settings configured under Computer Configuration\Policies\Administrative Templates\Windows Components\Terminal Services\Terminal Server\Session Time Limits.

Also see https://technet.microsoft.com/en-us/library/cc753112(v=ws.10).aspx for further details.

martin81
  • 197
  • 7