Windows NT How can user kill own session

  • Thread starter Thread starter Marc
  • Start date Start date
M

Marc

Hello Newsgroup,

is there a way (script, small tool etc.) which gives an user the
possibility to "kill" his own session on a Windows 2003 wts NLB?
Sometimes we have users, which have hanging sessions. When they
"disconnect" the session and logon again, the user gets his old
hanging session (from the session directory).

Thank you.

Regards

Marc
 
hi,
if they arent administrators, they cant. instead of that check on terminal
services configuration->rdp-tcp properties->session tab end a disconected
session.
--
Dragos CAMARA
MCSA Windows 2003 server


"Marc" wrote:

> Hello Newsgroup,
>
> is there a way (script, small tool etc.) which gives an user the
> possibility to "kill" his own session on a Windows 2003 wts NLB?
> Sometimes we have users, which have hanging sessions. When they
> "disconnect" the session and logon again, the user gets his old
> hanging session (from the session directory).
>
> Thank you.
>
> Regards
>
> Marc
>
>
 
Your user can use command line
Qwinsta.exe /Server:servername
to find out its session id, then use
logoff.exe <session id> /Servername:servername
to logoff its own session.
Those command line tools are available in Windows 2003 server, Vista
Business/Ultimate, XP pro.

Thanks
Soo Kuan


--
This posting is provided "AS IS" with no warranties, and confers no rights.

"Marc" <mm@connext.de> wrote in message
news:1187070685.111155.264730@k79g2000hse.googlegroups.com...
> Hello Newsgroup,
>
> is there a way (script, small tool etc.) which gives an user the
> possibility to "kill" his own session on a Windows 2003 wts NLB?
> Sometimes we have users, which have hanging sessions. When they
> "disconnect" the session and logon again, the user gets his old
> hanging session (from the session directory).
>
> Thank you.
>
> Regards
>
> Marc
>
 
You're welcome!
If you want to know more about Terminal Services command line tools:
http://technet2.microsoft.com/Windo...2f371848-5c48-470c-908c-afbc95d3a8051033.mspx

Thanks for stopping by
Soo Kuan


--
This posting is provided "AS IS" with no warranties, and confers no rights.

"Marc" <mm@connext.de> wrote in message
news:1187878395.429979.45270@j4g2000prf.googlegroups.com...
> Hello,
>
> thank you very much for your reply. I will give this a try.
>
> Greetings
>
> Marc
>
 
Back
Top