V
V
Vitaly Arkhipov2015-08-31 10:06:15
Command line
Vitaly Arkhipov, 2015-08-31 10:06:15

How to kill a process started with a specific argument in Windows?

taskkill /F /IM process.exe

So I kill the process by name, but I need to kill the process running with a specific argument, i.e., let's say:
process.exe -A 1

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir Martyanov, 2015-08-31
@arvitaly

Enumeration of all processes, pulling out a command line for each process, comparison, termination.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question