Tagged Questions

20
votes
6answers
5k views

Log off user from Win XP programmatically in C#

How do I initiate a Windows XP user Log Off from a C# app? The action of my app should produce the same result as clicking "Log Off" in XP start menu -- it's fine if the system asks for a ...
1
vote
2answers
4k views

remotely and programatically logoff an active domain user

I need to be able to logoff any user from his windows session from a program. I know I could log in as an admin and force a remote logoff. Is there any other way to force a logoff without logging ...
0
votes
0answers
117 views

I need to store logon and logoff time for users on a computer

I need to store logon and logoff time for users with C#. I searched and understand there are many ways/considerations (i.e. security, directories, etc.) but some of them didn't have namespaces that I ...