General discussion

  • Creator
    Topic
  • #2184432

    How to prevent Remote Desktop Timeout?

    Locked

    by ednetman ·

    I have a bit of a problem. We have a server with a few security applications running on them. We connect to the server using Remote Desktop When we connect to the server and initiate the program, sometimes we are timed out before it finishes. There is a GPO that limits connects to 30 minutes when idle. Some of the scans we do take a few hours, so we will minimize the connection while we do other work. This is usually when the timeout occurs. But the software is running, so I don?t understand why it thinks that the connection is idle! I have tried running and old school style mouse trembler from within the session, and it doesn?t seem to help.

    Is there any way to force the connection to stay active? Does anyone know of a program or script that will make the remote desktop connection think it is being actively used even when minimized?

All Comments

  • Author
    Replies
    • #3212999

      2 possible solutions

      by jim.azar ·

      In reply to How to prevent Remote Desktop Timeout?

      Is the Remote Desktop Session being terminated? Or, can you log back in and your session is still alive?

      If the RD session is terminating, you can find the session timeout settings in the terminal services configuration, under the administrators menu on the server.

      If your session is just becomming disconnected, then it may be that the screen saver is the problem. To solve this problem, just log into the server using Remote Desktop, and then right click on the background of the desktop, select properties, the uncheck the box that requires password on resume.

      I hope this helps,
      Jim Azar
      http://www.rhinoback.com

      • #3199277

        Another solution

        by dasilvakev ·

        In reply to 2 possible solutions

        You have a GPO that pushes out these settings so why not change that, or create another GPO for the admins and set the timeout value higher?

      • #2461761

        TR to the (reference) rescue

        by geekenstein ·

        In reply to 2 possible solutions

        A gold star to Jim Azar and TR. This is another example of useful, easily found information.

      • #3035140

        pure gold

        by solarwes ·

        In reply to 2 possible solutions

        old post, but still very helpful. i didn’t even realize the screensaver was turning on; i thought it was just timing out.

        thank you.

      • #2901587

        Thanks!

        by rastr ·

        In reply to 2 possible solutions

        It was the screen saver- thanks much!

    • #2948074

      Increase time out

      by aks_mcsd ·

      In reply to How to prevent Remote Desktop Timeout?

      Open control Panel -> Administrative tool->
      Setting-> Terminal Services Configuration->
      Connection->RDP-tcp->Session->
      Idle Session Limit ->30Minutes

      • #2998172

        Registry Setting?

        by dave.rowe ·

        In reply to Increase time out

        Is there a registry setting to accomplish this? We have a large number of servers experiencing the same thing and we’d like to change it programatically. Thanks!

    • #2813571

      VB script that will do it

      by jasoneu ·

      In reply to How to prevent Remote Desktop Timeout?

      paste this in a notepad, name it something.

      Do While True ‘ keep on getting on
      Set objIE = CreateObject(“InternetExplorer.Application”) ‘ create an internet explorer instance
      Wscript.Sleep 1000 ‘ wait a bit
      objIE.Quit ‘ kill internet explorer instance
      Wscript.Sleep 60000 ‘ wait a bit
      Loop ‘ do it again!

    • #2809661

      Tools to prevent timeout

      by marlogger ·

      In reply to How to prevent Remote Desktop Timeout?

      Hi you can download such tools from my blog, there is one tool for Citrix metaframe and the other to prevent screen saver.
      Cheers,
      ——————
      http://userfultoolz.blogspot.com

    • #2876662

      screen saver disconnecting remote desktop

      by curljimmy ·

      In reply to How to prevent Remote Desktop Timeout?

      Thanks for this quick and easy answer to the problem I was having here at work.

    • #2445840

      Session Timeout

      by shafis ·

      In reply to How to prevent Remote Desktop Timeout?

      Hey guys,

      In my office we are using citrix remote desktop to work on the client’s server. My problem is if the system is inactive for sometime “Protocol drive error” is occuring and we have to re-login to citrix. And there is loss of data when there is unsaved documents.

      This is really irritating. Anyone having solution to this problem. Please help me in this 🙂

      Jeni

    • #2445839

      How to prevent session timeout in citrix remote desktop

      by shafis ·

      In reply to How to prevent Remote Desktop Timeout?

      Hey guys,

      In my office we are using citrix remote desktop to work on the client’s server. My problem is if the system is inactive for sometime “Protocol drive error” is occuring and we have to re-login to citrix. And there is loss of data when there is unsaved documents.

      This is really irritating. Anyone having solution to this problem. Please help me in this

      Jeni .

Viewing 6 reply threads