Not able to kill the process which is listed under background process in Task manager
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-02-18 10:50 AM
Hi, I'm trying to kill one process which is coming under background process list in task manager. but, BP not killing the process. The process belongs to an exe file. Please help.
7 REPLIES 7
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-02-18 12:13 PM
Hi.
What function do you use for killing the process?
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-02-18 10:45 AM
Using Kill available under environment Objects
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-09-19 10:49 AM
Did you find a work around for this?
------------------------------
Jon Lloyd
RPA Developer
CGI
Europe/London
------------------------------
------------------------------
Jon Lloyd
RPA Developer
CGI
Europe/London
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
13-09-19 10:15 AM
We had the same issue when the Kill Process action in Utility - Environment did not end the processes as expected but neither returned an error.
Instead we now use Start Proces in Utility Environment with:
Application: "taskkill"
Arguments: "/IM <processname> /f"
https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/taskkill
------------------------------
Walter Koller
Solution Manager
Erste Group IT International GmbH
Europe/Vienna
------------------------------
Instead we now use Start Proces in Utility Environment with:
Application: "taskkill"
Arguments: "/IM <processname> /f"
https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/taskkill
------------------------------
Walter Koller
Solution Manager
Erste Group IT International GmbH
Europe/Vienna
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
23-10-19 03:07 PM
Try the KILL PROCESS action using the application name without the '.exe'. As an example, use 'AcroRd32' for Acrobat Reader instead of 'AcroRd32.exe'.
------------------------------
Gaetan Viau
Developer
CGI
America/Toronto
------------------------------
------------------------------
Gaetan Viau
Developer
CGI
America/Toronto
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
28-01-20 01:45 PM
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
21-04-20 04:01 PM
Walter Koller, thanks so much for sharing your solution! This solution worked perfectly first time.
We had the same issue when the Kill Process action in Utility - Environment did not end the processes as expected but neither returned an error.
Instead we now use Start Proces in Utility Environment with:
Application: "taskkill"
Arguments: "/IM <processname> /f"
------------------------------
Kerrie Whelan
Technology Product Owner
Lincoln Investment
America/New_York
------------------------------
We had the same issue when the Kill Process action in Utility - Environment did not end the processes as expected but neither returned an error.
Instead we now use Start Proces in Utility Environment with:
Application: "taskkill"
Arguments: "/IM <processname> /f"
------------------------------
Kerrie Whelan
Technology Product Owner
Lincoln Investment
America/New_York
------------------------------
