Open a command prompt as a administrator (i.e. someone with admin over the server your trying to logon too).
Check the session number with qwinsta:
1 |
QWINSTA /server:computername |
Write down the session ID.
Then use the logoff command:
1 |
LOGOFF sessionID /server:computername. |
Done.
Leave a Reply