Print all processes

@aksh1yadav
I finally went and looked at getting a kill process per user script, since my RPA team here were pushing for one. :roll_eyes: :laughing:

Your sample I don’t believe was working because it was looping through each item regardless of userid. However, it did strike some ideas and ultimately gave me the needed results!

So what I ended up doing is storing the CurrentSession ID and using that in the condition. I also added additional logic to kill explorer and reopen. And, I put all the process names in an array.

Works pretty good in my limited testing.
KillProcessesPerUser.xaml (13.8 KB)

Thanks.

ClaytonM