Skip to main content
added 1 character in body
Source Link
LPChip
  • 62.4k
  • 10
  • 101
  • 146

I have multiple processes with the same name.However there are some that have child processes.I want to kill all those children.How can i manage that considering i know only the name of the group of processes and not the specific PID:

[Picture][1]![Picture][1] [1]: https://i.sstatic.net/3HcRB.png

In the picture above i have two processes with the same name , however i want to kill the child of the one that has it.How can i manage that ?

P.S The environment is Windows, but i am running with git for windows.

I have multiple processes with the same name.However there are some that have child processes.I want to kill all those children.How can i manage that considering i know only the name of the group of processes and not the specific PID:

[Picture][1] [1]: https://i.sstatic.net/3HcRB.png

In the picture above i have two processes with the same name , however i want to kill the child of the one that has it.How can i manage that ?

P.S The environment is Windows, but i am running with git for windows.

I have multiple processes with the same name.However there are some that have child processes.I want to kill all those children.How can i manage that considering i know only the name of the group of processes and not the specific PID:

![Picture][1] [1]: https://i.sstatic.net/3HcRB.png

In the picture above i have two processes with the same name , however i want to kill the child of the one that has it.How can i manage that ?

P.S The environment is Windows, but i am running with git for windows.

Source Link

How to kill child of target process in Windows

I have multiple processes with the same name.However there are some that have child processes.I want to kill all those children.How can i manage that considering i know only the name of the group of processes and not the specific PID:

[Picture][1] [1]: https://i.sstatic.net/3HcRB.png

In the picture above i have two processes with the same name , however i want to kill the child of the one that has it.How can i manage that ?

P.S The environment is Windows, but i am running with git for windows.