How to kill all existing running processes from taskbar

HI

Is there any activity to kill all existing running processes from taskbar

1 Like

There is a kill process activity in which you can specify the process name to be killed

1 Like

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

1 Like

hi @Vikram212
refer image
111111111

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.