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 |
if thread a,b,c have Max,Min,Normal priorty what is N0. in below set they correspond to.Something like (2,0,1)
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?
Which one is not needed for multi-program environment?
What is thread safety?
What's the difference in using runnable and extends in threads?
Which one you will use to implement critical section?
How to Kill a Particular Process in windows?
Explain the reasons of rebooting the system?
How do you taskkill a program?
if a min thread has finished execution what happens ? a) it exits b) it wait for other threads c) becomes inactive ... etc etc
WHAT IS A DAEMON?
Describe the actions taken by thread library to context switch between user level threads?