automated rdp logoof (not just disconnection)Hi,
I'm using a rdp control like the one here
http://beta.codeproject.com/KB/cs/RemoteDesktop_CSharpNET.aspx?msg=3451028
I have connected a local user.
I want that the control will log off the user (disconnecting the user isn't enough) via c# code after some time-out period.
I'm doing all that because apparently the log on scripts works only after a proper log off and not just disconnection/exit.
Does someone know how is it done?