How to kill any specifc process on the Windows server through the command prompt
Go to the command prompt "cmd" of the server and then write the command below:-
-------------------------------------------------------------------------------------------
"Taskkill /F /IM XXXXX"
Here XXXXX is the process which you want to kill.
--------------------------------------------------------------------------------------------
The process will be terminated.
No comments