Hello my question is simple as I could do using batch to kill a process only by its name not by its pid or process id, only its name. I would have to use taskkill / m and the process. but in my case I would not be worth the pid but the name.
How can I do to kill the process only by using its name?
If it were not possible then some other possible alternative in some other language.