How to Kill a Process from Command line in Windows 10

How to Kill a Process from Command line in Windows 10

HomeOther ContentHow to Kill a Process from Command line in Windows 10
ChannelPublish DateThumbnail & View CountActions
Channel AvatarPublish Date not found Thumbnail
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.

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.