Questions tagged [logoff]
106 questions
0
votes
1 answer
Windows 7 Credential Provider or Log in solution
I'm a new user to stackoverflow, so thank you in advance for your help! Here is my scenerio:
Windows 7 Enterprise (x64)
Multiple users logging in and out
Need to logoff previous user on new user login
In our current Windows XP environment we have…

ideq0
- 27
- 1
- 2
- 7
0
votes
2 answers
Powershell - Log off all users?
I was previously using a script found here for logging off all users, however this does not work on certain versions of Windows 7 (specifically windows 7 home. The quser executable does not exist).
Does anyone else have any suggesions on how I can…

Kyle
- 17,317
- 32
- 140
- 246
0
votes
1 answer
Prevent Windows from Logging Off (or Shutting Down) using windows settings
I'm a system administrator who has full administrative access to a computer lab which dual boots windows and mac machines. I'm looking for a way to prevent users from logging off or shutting down the computer (until my kbox / radmind / bash scripts…

ProfessorY
- 27
- 5
0
votes
1 answer
Create a Logoff button to clear down all bean data and redirect to login - Java
ive been searching for the answer but so far haven't found something that works for me.
My java project has several Beans set with a variety of view / request scope and several XHTML pages which hold all my primefaces components.
What I want to do…

eyebonk
- 67
- 10
0
votes
1 answer
Do I need SE_SHUTDOWN_NAME privilege to log off a user?
I need to log off a user from a C++ program. I use ExitWindowsEx API for that, but I'm not sure from the documentation if I need any special privileges for that?

ahmd0
- 16,633
- 33
- 137
- 233
0
votes
3 answers
Not able to log out
I work on a tool where the logout functionality is no working. I have an index page, where I include the config file with the session_start().
After, I include a page where I have my banner and my logon and logoff button. When I click on one of…

user1789039
- 13
- 1
- 4
0
votes
3 answers
application running from windows service in python stop when logoff windows XP
I created a windows service in python (windows XP), in this service i run a python server program (with p = subprocess.Popen(Arg)), when i logoff the service is running but my application is stopped.
What is a probem right, other ?
Can someone help…

louis
- 1
- 1
0
votes
1 answer
Trouble reading XML file on system reboot
I am writing this app in windows form c#. When user exit from this app , it asks for system reboot. While exiting it writes some XML file and saves the file in current directory(bin/debug)....On system restart my app restarts itself (by reading…

Shikha Shah
- 753
- 3
- 12
- 34
0
votes
1 answer
Why the logoff only works locally but not on server
Im using this code to do the logoff
public ActionResult LogOff()
{
FormsAuthentication.SignOut();
// Drop all the information held in the session
Session.Clear();
Session.Abandon();
// clear…

mcsimon
- 351
- 3
- 10
0
votes
1 answer
Run .bat for particular user
I've an Excel File say Log.xls which tracks his login & logout time. I want to open this when a particular user Logs In as well as when he logs out.
I found a solution for this,
Write a .bat file say OpenLog.bat which opens Log.xls
@ECHO OFF…

Anoop Pete
- 492
- 2
- 4
- 17
-1
votes
1 answer
log off using task manager and .bat file on Windows 7 Pro
I have Windows 7 Professional.
I wrote a file called spegnimento.bat with the following content:
case 1: shutdown /f
case 2: shutdown -f
case 3: shutdown /s
case 4: shutdown /l
If I save the file, close it, and then click it, I have the…

user3664452
- 133
- 9
-1
votes
2 answers
Windows 7 - Black screen at logoff / switch user
Since July 5, some of our Windows 7 Enterprise machines started showing black screen and becoming unresponsive at user log off / switching users. No changes have been made in our environment; nothing in common between these production computers as…

FQ63
- 1
-1
votes
1 answer
Switching users in a remote PC with PowerShell
So as the title self implies I'm trying to put together a PowerShell script so I can switch the user of multiple computers, from the primary server which is connected to all of them.
Currently, all devices have two users.
Application
Admin
By…

Bryan Soto
- 9
- 6
-2
votes
2 answers
Application Fails to Log Off
I have an application and I am facing some serious problems. This application is preventing the user to log off. Each time when log off it crashed.
How to log off properly?
Any suggestions will be well received.
Thanks.

A. Ne
- 9
- 1
-3
votes
1 answer
premature log off in ASP.NET MVC application
In out ASP.NET MVC application happens, then a user is from time to time logged off unexpectedly (prematurely), after one minutes from recent activity instead of 20 minutes.
What can be the reason?

Tomas Kubes
- 23,880
- 18
- 111
- 148