How to Kill a Particular Process in windows?
Answer Posted / srikanth.k
U can kill a particular process in windows by pressing
Ctrl+Shift+Esc-->Click on Task Manager button-->and select
the program which one you want to kill and click on End
Task button.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the difference between a computer process and thread?
What is a p-thread?
can any one know about NIC (National Informatics Centre) questions Patterns and full detail about written exam, and interview send to softshikha2005@yahoo.com.in Thank you
Explain cannot copy (file name)- access is denied?
What's the difference in using runnable and extends in threads?
What is the default kill signal?
How do I kill a process?
What are the different identifier states of a thread?
what are the different types of codes in thread in windows os?
How to update value using threads. Write code?
What are three ways in which a thread can enter the waiting state?
Explain what is windows daemon?
Which protocol is working behind dhcp server? And what exactly dora does?
Why thread is called as a lightweight process?
if a min thread has finished execution what happens ? a) it exits b) it wait for other threads c) becomes inactive ... etc etc