Channel | Publish Date | Thumbnail & View Count | Actions |
---|---|---|---|
| Publish Date not found | ![]() 0 Views |
How to Kill a Process / Processes from Command line in Windows 10
We can kill a process from GUI using Task manager. If you want to do the same from command line., then taskkill is the command you are looking for. This command has got options to kill a task/process either by using the process id or by the image file name.
We can kill a process from GUI using Task manager. If you want to do the same from command line., then taskkill is the command you are looking for. This command has got options to kill a task/process either by using the process id or by the image file name.
commands :-
taskkill /PID ‘processId’ /F
eg : taskkill /PID 13616 /F
taskkill /IM ‘image name’ /F
eg : taskkill /IM chrome.exe /F
#tech #Windows10
Subscribe for more videos https://www.youtube.com/muhammedshafikandoth?sub_confirmation=1
Please take the opportunity to connect and share this video with your friends and family if you find it useful.