KillAllProcesses-Kill Process activity and “iexplore”

hi there,
I wonder, what is the purpose of this step:

-Open the KillAllProcesses.xaml file in the Framework folder.

  • Add a Kill Process activity and rename it “Kill process IE”.
    -Set the ProcessName property to “iexplore”.

actually, problem is -“iexplore” -what is the aim of this, this is about internet explorer or something else??

Hi @Zehra

This is to kill the internet explore browser.

Why we need to do it because in some cases though the browser in not present on screen in the RAM the application will be running. so to close those instances we will be using Kill process code.

Regards,
Vijay.

1 Like

so if we want to kill excel app what should we write instead of iexplore

Hi @Zehra - You are exactly right. “iexplore” is the process name of “Internet Explorer” which closes or kills the Internet Explorer window which are open, if any.

Thanks,
AK

2 Likes

or other app
how should we know the name

@Zehra

Yes this is to kill IE browser and if any exception occurs in the process then it will kill IE browser.

2 Likes

@Zehra - There is something called GetProcess Activity, you can loop through the output of GetProcess activity to print the Process Name which you wanted to identify.

Thanks,
AK

1 Like

@Zehra - to kill excel application you can use EXCEL.

For any other application you have to get the process name and Use that name to kill that specific application.

Regards,
Vijay.

1 Like

thank you so much Vijay_Kumar_C

thank you so much @lakshman lakshman

1 Like

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