Moderated Re: command line to enforce jaws restart
Sieghard Weitzel <sieghard@...>
Why use such a complicate method to do something one can do with the single keystroke, Jaws Key + F4.
From: main@jfw.groups.io <main@jfw.groups.io>
On Behalf Of Munawar Bijani
Sent: Friday, June 28, 2019 5: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:
|
|