View / terminate multiple instances of a process in Windows
Tips
2
Posts
1
Posters
719
Views
1
Watching
-
Need a way to terminate multiple instances of a process all at once? There’s a handy native utility called
taskkillwhich is your new friend

Another tip
in most cases, you’ll need to run cmd.exeas Administrator.Very handy when you need to kill mutiple processes - available switches below
-
As an aside to this, there is also the command of
tasklistwhich will provide a list of processes running on your machine, or a remote machine you are looking to query.
There is also a useful list of switches below, plus the ability to format into a table, or CSV.