Terminals-Origin / Terminals

Terminals is a secure, multi tab terminal services/remote desktop client. It uses Terminal Services ActiveX Client (mstscax.dll). The project started from the need of controlling multiple connections simultaneously. It is a complete replacement for the mstsc.exe (Terminal Services) client. This is official source moved from Codeplex.
Other
1.24k stars 234 forks source link

RDP Options -> Extended Settings -> Idle values not sticking #268

Open MB34 opened 5 months ago

MB34 commented 5 months ago

I have changed the values in my exported XML file

    <idleTimeout>1200</idleTimeout>
    <overallTimeout>1200</overallTimeout>
    <connectionTimeout>1200</connectionTimeout>

and then reimported, but the values come up as they were when I exported.

    <idleTimeout>240</idleTimeout>
    <overallTimeout>600</overallTimeout>
    <connectionTimeout>600</connectionTimeout>

Any ideas as to why these values can't be changed? I even tried in the UI, under RDP Options on one of my connections and saved it, reopened and it was same as before the change. I would really like to increase the idle timeout itself.