goodbyeplanet 0 Posted February 10, 2011 I need to use autoit to automatically set the idle timeout session for terminal server to exactly 60 minutes. I know the manual way of doing this and I have searched on google but I cant seem to find a DOS command to embed in my autoitscript so that I can set the idle timeout session. Can you help me if somebody know it. thanks for your help... Share this post Link to post Share on other sites
hannes08 39 Posted February 10, 2011 Hi goodbyeplanet, isn't that a setting you can modify over GPO? Regards, Hannes Regards,Hannes[spoiler]If you can't convince them, confuse them![/spoiler] Share this post Link to post Share on other sites
goodbyeplanet 0 Posted February 10, 2011 Hi goodbyeplanet, isn't that a setting you can modify over GPO? Regards, Hannes yes its possible via GPO but i want it to be unique for each user. I have found NET CONFIG SERVER command and it works on windows xp so will hv to try it on the server. on xp i hv tried this: Run(@ComSpec & " /c " & "Net Config Server " & $variable & " /AUTODISCONNECT: 50", "", @SW_HIDE) but after running it it seems not to change the idle timeout limit. hey Hannes thanks for your link yesterday...was in a rush and so didnt hv time to say thank u:) Share this post Link to post Share on other sites