Windows : Terminate all instance of a process
By using tskill commond , we can kill multiple instance of a single process.
Say example , To terminate multiple instance of Google chrome browser or multiple java instances in a single shot use ,
tskill chrome
tskill java
the syntax is the
tskill <process name without .exe>