Hi
We can use GET PROCESS activity which will fetch us all running processes whose output can be passed to FOR EACH activity
Inside the loop use a KILL PROCESS Activity and mention the ProcessName property as item.ToString
Here you go with an example
Cheers @Vikram212