I am trying to write a faster user switching application for Windows. Win + L and user selection are very cumbersome. If I run the task manager as an administrator, it shows the active users, and I can choose one and "Connect" (if I enter their password).
How to get a list of all users (or all active users)?
I am using C # (Visual Studio Express).
source
share