memnon 0 Posted November 12, 2010 Hello, i use autoit to manipulate the user´s background with usefull informations from our database - if you know BGINFO from sysinternals - my programm does something like that my problem is - i need to recognise if the logontype is a locally logged on usersession or a session what is connected during RDP and i ask myself if there is a way to do this any help would be great das beste Windows Support Forum: Windows 2000 Helpline und tschüss den WindowsfehlernProgrammieren: Autoit 3 - wer braucht noch VBS ?!Programmieren: Autoit 3 Forum? Share this post Link to post Share on other sites
hannes08 39 Posted November 12, 2010 (edited) Hey memnon, you could go and check whether the environmentvariable "CLIENTNAME" is set (EnvGet("CLIENTNAME")<>"") Alternatively you could check for the "SESSIONNAME", whether it contains "RDP"/"ICA"... Regards, Hannes Edited November 12, 2010 by Hannes123 Regards,Hannes[spoiler]If you can't convince them, confuse them![/spoiler] Share this post Link to post Share on other sites
memnon 0 Posted November 12, 2010 omg so easy, thx hannes - i was thinking around the simple way you are correct, thx das beste Windows Support Forum: Windows 2000 Helpline und tschüss den WindowsfehlernProgrammieren: Autoit 3 - wer braucht noch VBS ?!Programmieren: Autoit 3 Forum? Share this post Link to post Share on other sites