How do you kill a process using pid?



How do you kill a process using pid?..

Answer / Dinkar Rai

To kill a process using its PID in Windows, open Command Prompt as administrator and use the taskkill command followed by /pid switch and the desired PID. For example: taskkill /pid [PID_number].

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Windows Threads Interview Questions

if thread a,b,c have Max,Min,Normal priorty what is N0. in below set they correspond to.Something like (2,0,1)

1 Answers   Honeywell,


Can you explain too many times when I click on a sentence a caption comes on grr a pop up blocker maybe blocking--however I have pushed the turn off pop up blocker. This only happens on google it does not happen on att.net?

1 Answers  


Which one is not needed for multi-program environment?

1 Answers  


What is thread safety?

1 Answers  


What's the difference in using runnable and extends in threads?

1 Answers  


Which one you will use to implement critical section?

2 Answers   HCL,


How to Kill a Particular Process in windows?

5 Answers   Tomax,


Explain the reasons of rebooting the system?

1 Answers  


How do you taskkill a program?

1 Answers  


if a min thread has finished execution what happens ? a) it exits b) it wait for other threads c) becomes inactive ... etc etc

1 Answers   Honeywell,


WHAT IS A DAEMON?

5 Answers   IBM,


Describe the actions taken by thread library to context switch between user level threads?

1 Answers  


Categories