Hey Folks
Here i am sharing a simple workflow script which will kill all running application process on windows instead of All process like windows services.
It will be helpful where we want to close all other running applications(like pdf, chrome, Edge,Internet Explorer, spotify, etc) for a fresh start of our robot or setting a stage for robot to run in a clean environment
Note: we can kill the file explorer of windows as well but it is a required process by windows(it is a windows os required process) so even if we will try to kill it, it will get restart
Kill All running process except one.xaml (8.2 KB)
Regards…!!
Aksh