adspace
Explain how to kill a particular process in windows?
Answer Posted / Sudhanshi Shukla
You can use the Task Manager or the 'kill' command from the Command Prompt (cmd) to terminate a specific process. In the Task Manager, find the desired process and click 'End Task'. Via cmd, use the 'taskkill' command followed by the process ID (PID). For example: `taskkill /pid processid`
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers