I'm using a remote desktop connection to a server at our corporate office. It automatically logs me off in about 5 minutes unless I keep refreshing the screen. Is there any type of utility that will refresh automatically so I can stay logged in?
Try:
In the registry at HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server, create or edit the DWORD value of KeepAliveEnable and set it to 1. This will turn Keep Alives on. This will serve to stabilize the connection by sending 'heartbeat' packets to the client every so often. This will cause an idle connection to be probed every so often just to be sure that the connection is still alive and that the client is still listening on the other side. This will also help prevent disconnects by preventing network devices from killing off sockets that it assumes to be idle.
That is the only shot you have on your end, I think.
You could try creating a Scheduled Task to run during idle time to do something like a directory listing or a ping to
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.