HI
Is there any activity to kill all existing running processes from taskbar
HI
Is there any activity to kill all existing running processes from taskbar
There is a kill process activity in which you can specify the process name to be killed
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
hi @Vikram212
refer image
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.