Taskkill problem...

  • Thread starter Hakan Fatih YILDIRIM
  • Start date
H

Hakan Fatih YILDIRIM

Hi all,
sometimes, when i want to kill a tash from command line, i type
"killtask /PID [Process-Id]" to the command line and i saw a message
that the task was successfully terminated.But after i run "netstat -o
", i saw this process is running with the same PID.How can i
completely kill the process.

Best Regards,
Hakan Fatih YILDIRIM
 
G

Guest

You might try the /F option. For example, to forcefully kill a process with a
process ID of 1234, you can use the following:

taskkill /f /pid 1234

To see the myriad of other options: taskkill /?

Regards,

Patrick
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top