Moderated Re: command line to enforce jaws restart
JM Casey
There should be a way to kill all child processes with a single command using process ID. I’ll look into this also.
From: main@jfw.groups.io <main@jfw.groups.io> On Behalf Of Munawar Bijani
Sent: June 28, 2019 8:40 AM To: main@jfw.groups.io Subject: Re: command line to enforce jaws restart
Hi, You can kill JAWS by executing the taskkill command: taskkill /IM "jfw.exe" /f
The problem with this approach is that you will also need to kill all of JAWS' child processes. When I have some time I'll go through task manager and see all of the different processes that JAWS has. You would use taskkill to kill them off one by one before restarting JAWS.
You also need to be running an elevated command prompt to execute taskkill.
If done successfully, here is what the output looks like: Microsoft Windows [Version 10.0.18362.175] On 6/28/2019 8:31 AM, Dean Martineau wrote:
|
|