Timeout settings for Remote Desktop Sessions to lock

9

Our office uses a Windows 2003 server to provide access to an accounting application. Recently I was asked to increase the amount of time it takes for the session to lock itself and require the entry of the user's password to resume. That seems to be about ten minutes, at present.

I am familiar with group policy and have tweaked those settings to scavenge sessions (and thereby licenses) from sessions that have been disconnected (by the user closing the mstsc.exe client or by a network issue). That's simple and straightforward. But I can't find anything in GP to allow a longer time period before the RDP client window goes black and then, when clicked upon, requires a username and password to resume the session.

I must admit this would be nice personally as well, since most of my time is spent documenting the application and/or monitoring its database, so I usually have a window open to the terminal server along with the rest of the staff in the accounting center, but I interact with it very little. I usually enter my password 10-15 times per workday, but I'm pretty good at it by now. ;)

So, can this timeout period be adjusted, or are we out of luck?

atroon

Posted 2009-12-21T21:03:40.930

Reputation: 2 496

Answers

6

I don't think you can control this just for RDP sessions, but you can set the time out for the screen saver via GP.

Default Computer Policy -> User Configuration -> Administrative Templates -> Control Panel -> Display

rodey

Posted 2009-12-21T21:03:40.930

Reputation: 1 802

It works! I was right there in Group Policy...so close, and yet so far. I kept looking for a screen saver setting in control panel and never thought to use the one in gpedit.msc. This works in my case since the server is only used via RDP, the console is strictly for administration, and is in another room 2 floors away. I'm going to have to check the console control panel now, though, for curiosity's sake. – atroon – 2009-12-22T04:54:13.150

1

Have you looked into the Terminal Server Administration tool, Connection Configuration?

If not, see this Microsoft article : Connection Configuration in Terminal Server.

harrymc

Posted 2009-12-21T21:03:40.930

Reputation: 306 093

That article was similar to what I've been doing except that from 2k to 2k3 they moved these properties into Group Policy as well as Connection Manager; I was working with this article earlier today which says Group Policy is 'best practice': http://technet.microsoft.com/en-us/library/cc758177%28WS.10%29.aspx#BKMK_1. Unfortunately none of these address the individual session blanking time...:(

– atroon – 2009-12-21T21:41:54.767