Detecting RDP sesssion
-
I need a way to detect if my application is running in a TS/RDP session rather than right in front of the computer. I understand that Process.SessionID will be non-zero for a TS/RDP session. However, I just tested in Vista and it was a '1'. Does anyone know of a way to do this that will work in XP and Vista?
-
I need a way to detect if my application is running in a TS/RDP session rather than right in front of the computer. I understand that Process.SessionID will be non-zero for a TS/RDP session. However, I just tested in Vista and it was a '1'. Does anyone know of a way to do this that will work in XP and Vista?
John Sposato wrote:
Does anyone know of a way to do this that will work in XP and Vista?
I dont know either, but you can and should test it! :)
xacc.ide - now with TabsToSpaces support
IronScheme - 1.0 beta 1 - coming soon
((lambda (x) `((lambda (x) ,x) ',x)) '`((lambda (x) ,x) ',x))