Remote desktop connection Idle timeout?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

This caused it to timeout sooner according to user

Go into the registry - HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server,

Create/edit the DWORD value KeepAliveEnable.
Set it to 1.

This should turn on Kepp Alive and send a heartbeat with the system.
 
That is Win NT fix
http://support.microsoft.com/default.aspx?scid=kb;en-us;216783
Windows XP and Windows Server 2003
To work around this issue, follow these steps: 1. Click Start, click Run,
type gpedit.msc, and then click OK.
2. Expand Computer Configuration, expand Administrative Templates,
expand Windows Components, and then click Terminal Services.
3. In the right pane, double-click Keep-Alive Connections.
4. Click Enabled, and then click OK.
5. Close Group Policy Object Editor, click OK, and then quit Active
Directory Users and Computers.
 
Back
Top