Reputation: 761
What will be the right way to kill all the chrome processes in automation anywhere.
I have tried writing a vb script to kill chrome which works fine, but wanted to know if there are any other better options available in the tool.
Upvotes: 0
Views: 3015
Reputation: 8215
One option available is to use the Run Program/File command
Under ProgramFile/Path give TASKKill
Under Parameters give /f /im chrome.exe
Upvotes: 3