I have a session that is blocked by app, but i can´t log off using logoff command or taskgr. Do you know how force to log off?
Thx in advance,
I have a session that is blocked by app, but i can´t log off using logoff command or taskgr. Do you know how force to log off?
Thx in advance,
Edit: just realized about the 'windows server tagg'.
On command (administrative) line try shutdown /r /f
And it will reboot the system.
If you have a hanging application, you can also use pslist/pskill to try and kill the offending app to allow logout (can't post more than one hyperlink yet, you get the idea):
pslist: http: technet.microsoft.com/en-us/sysinternals/bb896682 pskill: http://technet.microsoft.com/en-us/sysinternals/bb896683
On Server 2008, the command should be:
shutdown /l /f
This should force all apps to close and logoff the current user.