Tagged Questions

11
votes
6answers
1k 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 …
4
votes
3answers
149 views

Saving the time the user is logged on.

In the application I am developing I have to store the time some particular users remain logged into the application, unfortunately, in web applications there are several ways the user can log off. …
1
vote
4answers
148 views

Cross-browser windows forms logoff?

Looking for a cross-browser way to log a user off a webpage which uses windows authentication.
1
vote
6answers
199 views

Why does an application running as the system account on windows when logging off

I have a c# application which is launched under the System account on a machine and presents some dialogs to a user. When a regular user logs off the application is terminated as well. I would have …
1
vote
8answers
1k views

Logoff script to change user

Using Windows 2003, I'm look for a way to create a "logoff script" that will continue with the current logoff then immediately login another user. So, "UserA" logs off. Script fires to login …
1
vote
2answers
1k 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 …