kennethologist / cassia

Automatically exported from code.google.com/p/cassia
0 stars 0 forks source link

Add support for resetting a session #30

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Not sure if this does anything different than logging off a session.

Original issue reported on code.google.com by danports on 17 Nov 2009 at 2:56

GoogleCodeExporter commented 9 years ago
I'm not sure we want to support this if it doesn't look like the public Remote 
Desktop Services API is likely to anytime soon. It depends on how useful people 
would find this function. I don't often find myself needing to reset sessions, 
especially in Windows Server 2008+.

Original comment by danports on 8 May 2011 at 12:32

GoogleCodeExporter commented 9 years ago

Original comment by danports on 8 May 2011 at 12:32

GoogleCodeExporter commented 9 years ago
I think we should support any operation that can be done from the built-in 
Windows tools (command line and GUI).

Resetting sessions can be done with the (undocumented) WinStationReset function 
in winsta.dll. The RPC spec can be found in [MS-TSTS] -- the signature of 
WinStationReset should be easy to determine from that.

Original comment by danports on 15 Feb 2012 at 2:49

GoogleCodeExporter commented 9 years ago

Original comment by danports on 26 Feb 2012 at 2:12