0
votes
Intercept Windows Vista shutdown event in C#
The SessionEnding / SessionEnded events on Microsoft.Win32.SystemEvents might be what you are looking for.
…
2
votes
How can I enumerate the open windows (~EnumWindows) of another user session
According to this document you can create a process in an other us …
