Windows – Kill a process with a specific “Command Line” from command line

Is there a command line utility that kills all processes with a specific command line? E.g. kill all processes named “java.exe” with a command line that contains “-jar selenium-server.jar”. This is possible through process explorer. Solution: In Windows XP you can do this easily using WMIC, the WMI Console. From a command prompt, type the…

Read More