Guide me on dos how to kill remote connection?

Asked By 30 points N/A Posted on -
qa-featured

Hi Experts,

I am having windows xp on my desktop.I have enabled remote desktop in my pc and there are nearly 20 pc's in my office.My colleage is logging to my pc frequently.Now I need to disable this feature.Does anyone know dos how to kill remote connection?Adive me regrading this.Thanks.

Regards,

Lorin Ronnie

SHARE
Answered By 10 points N/A #134332

Guide me on dos how to kill remote connection?

qa-featured

 

Hello.

Here are the following steps to shut down the remote desktop connection.

open command prompt and execute the following commands  Replace the commands with your own parameters.

1. Get enough privilege to kill RDP connection on the server.
net use \servername_or_IP /USER: username “password“

 2. List the connections to a particular server to get session ID.
   query session /server: servername

3. Reset the session you don’t need using ID of the session.
    reset session ID / server: servername_or_IP

Thank you.

Related Questions