moderated
Re: command line to enforce jaws restart
The OP explained in the very first post why this wasn’t what he was after.
toggle quoted messageShow quoted text
From: main@jfw.groups.io <main@jfw.groups.io> On Behalf Of marvin kotler Sent: June 28, 2019 2:21 PM To: main@jfw.groups.io Subject: Re: command line to enforce jaws restart Good afternoon listers; insert plus f4 unloads jaws, alt plus control plus jay restarts him. I do not understand anything about command lines and such, but just use the two key strokes I mentioned above and you will be good to go. Marv Sent from Mail for Windows 10 Why use such a complicate method to do something one can do with the single keystroke, Jaws Key + F4. 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] (c) 2019 Microsoft Corporation. All rights reserved.
C:\WINDOWS\system32>taskkill /IM "jfw.exe" /f SUCCESS: The process "jfw.exe" with PID 8856 has been terminated.
C:\WINDOWS\system32> On 6/28/2019 8:31 AM, Dean Martineau wrote: I googled JAWS command Line Options and didn’t get anything that seemed helpful. Hi Dean, My objective is to make Jaws restart seemlessly so that users are not forced to deal with keystrokes. Some of my cleints get nervous and lose self-trust when its time to shutdown jaws and restart it manually. Since this process is used when installing Jaws (automatically restart when install is complete), i thought there was a command line that could do the job. Tanguy Le 28/06/2019 à 14:05, Dean Martineau a écrit : Why not use the Keyboard Manager and assign a new hotkey to the ShutDownJAWS script? We go through this sort of thing in the forthcoming windows Keyboard Power User Guide book. You could add a keystroke like, perhaps, shift+ctrl+z, or some other keystroke that you can remember, that doesn’t use a JAWSKey, and that isn’t used by other programs you’re using, so that you can use it to do what we do with JAWSKey+F4. Dean Hi Peter thank you. However my initial was about Jaws restart, not Windows. Nevertheless this would be helpful in other circumstances. thank you Le 28/06/2019 à 13:36, Peter Tesar a écrit : Hello, I have this DOS command in my desktop shortcut. C:\Windows\System32\shutdown.exe -s -f -t 00 the 's is for shutdown, -r is for reboot the -f is for force (It doesn't work as well as it did in Win7 The -t is the time to wait -- 0 mili seconds The command shutdown.exe might work without the path. You could move the shutdown.exe file to your root directory. Peter T. On 6/28/2019 4:53 AM, Tanguy LOHEAC wrote: Hello all Do you know any command line that can force jaws to restart? This is because i'm using a program on my laptop that disables the Jaws key. And th only way to restore it is to restart Jaws. But i wish i could write a batch file that would make it automatically after this program has been run. thank you for any suggestions Have a nice day Tanguy
|
|
moderated
Re: command line to enforce jaws restart
Good afternoon listers; insert plus f4 unloads jaws, alt plus control plus jay restarts him. I do not understand anything about command lines and such, but just use the two key strokes I mentioned above and you will be good to go. Marv Sent from Mail for Windows 10
toggle quoted messageShow quoted text
From: Sieghard WeitzelSent: Friday, June 28, 2019 11:59 AM To: main@jfw.groups.ioSubject: Re: command line to enforce jaws restart 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] (c) 2019 Microsoft Corporation. All rights reserved.
C:\WINDOWS\system32>taskkill /IM "jfw.exe" /f SUCCESS: The process "jfw.exe" with PID 8856 has been terminated.
C:\WINDOWS\system32> On 6/28/2019 8:31 AM, Dean Martineau wrote: I googled JAWS command Line Options and didn’t get anything that seemed helpful. Hi Dean, My objective is to make Jaws restart seemlessly so that users are not forced to deal with keystrokes. Some of my cleints get nervous and lose self-trust when its time to shutdown jaws and restart it manually. Since this process is used when installing Jaws (automatically restart when install is complete), i thought there was a command line that could do the job. Tanguy Le 28/06/2019 à 14:05, Dean Martineau a écrit : Why not use the Keyboard Manager and assign a new hotkey to the ShutDownJAWS script? We go through this sort of thing in the forthcoming windows Keyboard Power User Guide book. You could add a keystroke like, perhaps, shift+ctrl+z, or some other keystroke that you can remember, that doesn’t use a JAWSKey, and that isn’t used by other programs you’re using, so that you can use it to do what we do with JAWSKey+F4. Dean Hi Peter thank you. However my initial was about Jaws restart, not Windows. Nevertheless this would be helpful in other circumstances. thank you Le 28/06/2019 à 13:36, Peter Tesar a écrit : Hello, I have this DOS command in my desktop shortcut. C:\Windows\System32\shutdown.exe -s -f -t 00 the 's is for shutdown, -r is for reboot the -f is for force (It doesn't work as well as it did in Win7 The -t is the time to wait -- 0 mili seconds The command shutdown.exe might work without the path. You could move the shutdown.exe file to your root directory. Peter T. On 6/28/2019 4:53 AM, Tanguy LOHEAC wrote: Hello all Do you know any command line that can force jaws to restart? This is because i'm using a program on my laptop that disables the Jaws key. And th only way to restore it is to restart Jaws. But i wish i could write a batch file that would make it automatically after this program has been run. thank you for any suggestions Have a nice day Tanguy
|
|
moderated
Re: [External] Re: command line to enforce jaws restart
Hi. It sometimes works when JAWS is frozen. Sometimes JAWS is too far gone to even recognise the keystroke.
toggle quoted messageShow quoted text
From: main@jfw.groups.io <main@jfw.groups.io> On Behalf Of Munawar Bijani Sent: June 28, 2019 1:39 PM To: main@jfw.groups.io Subject: Re: [External] Re: command line to enforce jaws restart Hey that's pretty cool. Does it also work when JAWS has frozen? It never used to restart the program from what I remember, but it certainly does now, I just tried it. On 6/28/2019 1:28 PM, Cook, Steve wrote: This command will close jaws and then atomically restart the program. Give it a try. Steve Cook, CPM Assistive Technology Consultant SC Commission for the Blind 1430 Confederate avenue Columbia, SC 29201 Office: (803) 898-8788 1-888-335-5951
www.sccb.state.sc.us i I didn't know this command. How different is it from Insert+F4? Le 28/06/2019 à 16:03, Cook, Steve a écrit : Have you tried the JAWS dump command? Insert Windows key and F4 Steve Cook, CPM Assistive Technology Consultant SC Commission for the Blind 1430 Confederate avenue Columbia, SC 29201 Office: (803) 898-8788 1-888-335-5951
www.sccb.state.sc.us Hi Dean, My objective is to make Jaws restart seemlessly so that users are not forced to deal with keystrokes. Some of my cleints get nervous and lose self-trust when its time to shutdown jaws and restart it manually. Since this process is used when installing Jaws (automatically restart when install is complete), i thought there was a command line that could do the job. Tanguy Le 28/06/2019 à 14:05, Dean Martineau a écrit : Why not use the Keyboard Manager and assign a new hotkey to the ShutDownJAWS script? We go through this sort of thing in the forthcoming windows Keyboard Power User Guide book. You could add a keystroke like, perhaps, shift+ctrl+z, or some other keystroke that you can remember, that doesn’t use a JAWSKey, and that isn’t used by other programs you’re using, so that you can use it to do what we do with JAWSKey+F4. Dean Hi Peter thank you. However my initial was about Jaws restart, not Windows. Nevertheless this would be helpful in other circumstances. thank you Le 28/06/2019 à 13:36, Peter Tesar a écrit : Hello, I have this DOS command in my desktop shortcut. C:\Windows\System32\shutdown.exe -s -f -t 00 the 's is for shutdown, -r is for reboot the -f is for force (It doesn't work as well as it did in Win7 The -t is the time to wait -- 0 mili seconds The command shutdown.exe might work without the path. You could move the shutdown.exe file to your root directory. Peter T. On 6/28/2019 4:53 AM, Tanguy LOHEAC wrote: Hello all Do you know any command line that can force jaws to restart? This is because i'm using a program on my laptop that disables the Jaws key. And th only way to restore it is to restart Jaws. But i wish i could write a batch file that would make it automatically after this program has been run. thank you for any suggestions Have a nice day Tanguy
|
|
moderated
Re: best web browser to use with JAWS?
I wish Vivaldi was a little cleaner with JAWS as it seems so nice and I love how customisable it is, but yeah. Truth is I’ve barely run it since I installed the thing. Still vaguely hoping for improvements, though.
toggle quoted messageShow quoted text
From: main@jfw.groups.io <main@jfw.groups.io> On Behalf Of Randy Barnett Sent: June 27, 2019 11:48 PM To: main@jfw.groups.io Subject: Re: best web browser to use with JAWS? Don't give up on IE yet. It will occasionally work when others wont do what you need them too. The truth is you need multiple browsers because each will work in a situation where the others wont. the new Chromium based Edge is pretty good. I use it as my default browser and use IE and Firefox on occasion. There will never be a single work on every webpage browser for us. Vivaldi is not nearly as easy to use as advertised and I haven't tried water fox or Brave but I will be after reading this. On 6/26/2019 1:07 PM, James Gashel wrote: Hi all: Please post your recommendations of what you think is the best web browser to use with the latest version of JAWS. I seem to go back and forth on this and would like to settle down and really learn using what folks think is best. Thanks. Best, James Gashel M: (808) 234-9259 E: jgashel0923@... Connect with me on FaceBook, or Follow me on Twitter
|
|
moderated
Re: command line to enforce jaws restart
There should be a way to kill all child processes with a single command using process ID. I’ll look into this also.
toggle quoted messageShow quoted text
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] (c) 2019 Microsoft Corporation. All rights reserved.
C:\WINDOWS\system32>taskkill /IM "jfw.exe" /f SUCCESS: The process "jfw.exe" with PID 8856 has been terminated.
C:\WINDOWS\system32> On 6/28/2019 8:31 AM, Dean Martineau wrote: I googled JAWS command Line Options and didn’t get anything that seemed helpful. Hi Dean, My objective is to make Jaws restart seemlessly so that users are not forced to deal with keystrokes. Some of my cleints get nervous and lose self-trust when its time to shutdown jaws and restart it manually. Since this process is used when installing Jaws (automatically restart when install is complete), i thought there was a command line that could do the job. Tanguy Le 28/06/2019 à 14:05, Dean Martineau a écrit : Why not use the Keyboard Manager and assign a new hotkey to the ShutDownJAWS script? We go through this sort of thing in the forthcoming windows Keyboard Power User Guide book. You could add a keystroke like, perhaps, shift+ctrl+z, or some other keystroke that you can remember, that doesn’t use a JAWSKey, and that isn’t used by other programs you’re using, so that you can use it to do what we do with JAWSKey+F4. Dean Hi Peter thank you. However my initial was about Jaws restart, not Windows. Nevertheless this would be helpful in other circumstances. thank you Le 28/06/2019 à 13:36, Peter Tesar a écrit : Hello, I have this DOS command in my desktop shortcut. C:\Windows\System32\shutdown.exe -s -f -t 00 the 's is for shutdown, -r is for reboot the -f is for force (It doesn't work as well as it did in Win7 The -t is the time to wait -- 0 mili seconds The command shutdown.exe might work without the path. You could move the shutdown.exe file to your root directory. Peter T. On 6/28/2019 4:53 AM, Tanguy LOHEAC wrote: Hello all Do you know any command line that can force jaws to restart? This is because i'm using a program on my laptop that disables the Jaws key. And th only way to restore it is to restart Jaws. But i wish i could write a batch file that would make it automatically after this program has been run. thank you for any suggestions Have a nice day Tanguy
|
|
moderated
Re: [External] Re: command line to enforce jaws restart
Munawar Bijani <munawarb@...>
Hey that's pretty cool. Does it also work when JAWS has frozen?
It never used to restart the program from what I remember, but it
certainly does now, I just tried it.
toggle quoted messageShow quoted text
On 6/28/2019 1:28 PM, Cook, Steve
wrote:
This command will close jaws and then
atomically restart the program. Give it a try.
Steve Cook, CPM
Assistive Technology Consultant
SC Commission for the Blind
1430 Confederate avenue
Columbia, SC 29201
Office: (803) 898-8788
1-888-335-5951
www.sccb.state.sc.us
i I didn't know this command. How different is it from
Insert+F4?
Le 28/06/2019 à 16:03, Cook, Steve a
écrit :
Have you tried the JAWS dump
command? Insert Windows key and F4
Steve Cook, CPM
Assistive Technology Consultant
SC Commission for the Blind
1430 Confederate avenue
Columbia, SC 29201
Office: (803) 898-8788
1-888-335-5951
www.sccb.state.sc.us
Hi Dean,
My objective is to make Jaws restart seemlessly so that
users are not forced to deal with keystrokes. Some of my
cleints get nervous and lose self-trust when its time to
shutdown jaws and restart it manually.
Since this process is used when installing Jaws
(automatically restart when install is complete), i thought
there was a command line that could do the job.
Tanguy
Le 28/06/2019 à 14:05, Dean Martineau a
écrit :
Why not use the
Keyboard Manager and assign a new hotkey to the
ShutDownJAWS script? We go through this sort of thing
in the forthcoming windows Keyboard Power User Guide
book. You could add a keystroke like, perhaps,
shift+ctrl+z, or some other keystroke that you can
remember, that doesn’t use a JAWSKey, and that isn’t
used by other programs you’re using, so that you can use
it to do what we do with JAWSKey+F4.
Dean
Hi Peter
thank you. However my initial was about Jaws restart, not
Windows.
Nevertheless this would be helpful in other
circumstances.
thank you
Le 28/06/2019 à 13:36, Peter Tesar a
écrit :
Hello,
I have this DOS command in my desktop shortcut.
C:\Windows\System32\shutdown.exe -s -f -t 00
the 's is for shutdown, -r is
for reboot
the -f is for force (It doesn't work as well as
it did in Win7
The -t is the time to wait -- 0 mili seconds
The command shutdown.exe might work without the
path.
You could move the shutdown.exe file to your root
directory.
Peter T.
On 6/28/2019 4:53 AM, Tanguy LOHEAC
wrote:
Hello all
Do you know any command line that can force jaws to
restart?
This is because i'm using a program on my laptop that
disables the Jaws key. And th only way to restore it
is to restart Jaws. But i wish i could write a batch
file that would make it automatically after this
program has been run.
thank you for any suggestions
Have a nice day
Tanguy
|
|
moderated
Re: [External] Re: command line to enforce jaws restart
This command will close jaws and then atomically restart the program. Give it a try.
Steve Cook, CPM
Assistive Technology Consultant
SC Commission for the Blind
1430 Confederate avenue
Columbia, SC 29201
Office: (803) 898-8788
1-888-335-5951
www.sccb.state.sc.us
toggle quoted messageShow quoted text
From: main@jfw.groups.io <main@jfw.groups.io>
On Behalf Of Tanguy LOHEAC via Groups.Io
Sent: Friday, June 28, 2019 12:37 PM
To: main@jfw.groups.io
Subject: Re: [External] Re: command line to enforce jaws restart
i I didn't know this command. How different is it from Insert+F4?
Le 28/06/2019 à 16:03, Cook, Steve a écrit :
Have you tried the JAWS dump command? Insert Windows key and F4
Steve Cook, CPM
Assistive Technology Consultant
SC Commission for the Blind
1430 Confederate avenue
Columbia, SC 29201
Office: (803) 898-8788
1-888-335-5951
www.sccb.state.sc.us
Hi Dean,
My objective is to make Jaws restart seemlessly so that users are not forced to deal with keystrokes. Some of my cleints get nervous and lose self-trust when its time to shutdown jaws and restart it manually.
Since this process is used when installing Jaws (automatically restart when install is complete), i thought there was a command line that could do the job.
Tanguy
Le 28/06/2019 à 14:05, Dean Martineau a écrit :
Why not use the Keyboard Manager and assign a new hotkey to the ShutDownJAWS script? We go through this sort of thing in the forthcoming windows Keyboard Power User Guide book. You could add
a keystroke like, perhaps, shift+ctrl+z, or some other keystroke that you can remember, that doesn’t use a JAWSKey, and that isn’t used by other programs you’re using, so that you can use it to do what we do with JAWSKey+F4.
Dean
Hi Peter
thank you. However my initial was about Jaws restart, not Windows.
Nevertheless this would be helpful in other circumstances.
thank you
Le 28/06/2019 à 13:36, Peter Tesar a écrit :
Hello,
I have this DOS command in my desktop shortcut.
C:\Windows\System32\shutdown.exe -s -f -t 00
the 's is for shutdown, -r is for reboot
the -f is for force (It doesn't work as well as it did in Win7
The -t is the time to wait -- 0 mili seconds
The command shutdown.exe might work without the path.
You could move the shutdown.exe file to your root directory.
Peter T.
On 6/28/2019 4:53 AM, Tanguy LOHEAC wrote:
Hello all
Do you know any command line that can force jaws to restart?
This is because i'm using a program on my laptop that disables the Jaws key. And th only way to restore it is to restart Jaws. But i wish i could write a batch file that would make it automatically after this program has been run.
thank you for any suggestions
Have a nice day
Tanguy
|
|
moderated
Re: [External] Re: command line to enforce jaws restart
Bill White <billwhite92701@...>
Hi, Tanguy. Insert plus F4 only quits JAWS. Winkey plus INSERT plus F4 quits JAWS and restarts it, as well as reporting any errors to Vispero. Bill White billwhite92701@...
toggle quoted messageShow quoted text
From: main@jfw.groups.io [mailto:main@jfw.groups.io] On Behalf Of Tanguy LOHEAC Sent: Friday, June 28, 2019 9:37 AM To: main@jfw.groups.io Subject: Re: [External] Re: command line to enforce jaws restart i I didn't know this command. How different is it from Insert+F4? Le 28/06/2019 à 16:03, Cook, Steve a écrit : Have you tried the JAWS dump command? Insert Windows key and F4 Steve Cook, CPM Assistive Technology Consultant SC Commission for the Blind 1430 Confederate avenue Columbia, SC 29201 Office: (803) 898-8788 1-888-335-5951
www.sccb.state.sc.us Hi Dean, My objective is to make Jaws restart seemlessly so that users are not forced to deal with keystrokes. Some of my cleints get nervous and lose self-trust when its time to shutdown jaws and restart it manually. Since this process is used when installing Jaws (automatically restart when install is complete), i thought there was a command line that could do the job. Tanguy Le 28/06/2019 à 14:05, Dean Martineau a écrit : Why not use the Keyboard Manager and assign a new hotkey to the ShutDownJAWS script? We go through this sort of thing in the forthcoming windows Keyboard Power User Guide book. You could add a keystroke like, perhaps, shift+ctrl+z, or some other keystroke that you can remember, that doesn’t use a JAWSKey, and that isn’t used by other programs you’re using, so that you can use it to do what we do with JAWSKey+F4. Dean Hi Peter thank you. However my initial was about Jaws restart, not Windows. Nevertheless this would be helpful in other circumstances. thank you Le 28/06/2019 à 13:36, Peter Tesar a écrit : Hello, I have this DOS command in my desktop shortcut. C:\Windows\System32\shutdown.exe -s -f -t 00 the 's is for shutdown, -r is for reboot the -f is for force (It doesn't work as well as it did in Win7 The -t is the time to wait -- 0 mili seconds The command shutdown.exe might work without the path. You could move the shutdown.exe file to your root directory. Peter T. On 6/28/2019 4:53 AM, Tanguy LOHEAC wrote: Hello all Do you know any command line that can force jaws to restart? This is because i'm using a program on my laptop that disables the Jaws key. And th only way to restore it is to restart Jaws. But i wish i could write a batch file that would make it automatically after this program has been run. thank you for any suggestions Have a nice day Tanguy
|
|
moderated
Re: command line to enforce jaws restart
Munawar Bijani <munawarb@...>
You're welcome; good luck!
toggle quoted messageShow quoted text
On 6/28/2019 12:34 PM, Tanguy LOHEAC
wrote:
Yes, this approach seems close to what i need to reach out.
I'll try this.
As far as i know there are no child process. Then that would be
fine.
Shank you.
Le 28/06/2019 à 14:46, Munawar Bijani
a écrit :
I would also recommend you wait some seconds after killing
JAWS before restarting it. The first line kills JAWS, the
second line waits five seconds, and the third restarts JAWS.
So:
taskkill /IM "jfw.exe" /f
timeout 5
"C:\program files\freedom scientific\jaws\2019\jfw.exe"
On 6/28/2019 8:31 AM, Dean
Martineau wrote:
I googled JAWS command Line
Options and didn’t get anything that seemed helpful.
Hi Dean,
My objective is to make Jaws restart seemlessly so that
users are not forced to deal with keystrokes. Some of my
cleints get nervous and lose self-trust when its time to
shutdown jaws and restart it manually.
Since this process is used when installing Jaws
(automatically restart when install is complete), i
thought there was a command line that could do the job.
Tanguy
Le 28/06/2019 à 14:05, Dean Martineau
a écrit :
Why not use the
Keyboard Manager and assign a new hotkey to the
ShutDownJAWS script? We go through this sort of thing
in the forthcoming windows Keyboard Power User Guide
book. You could add a keystroke like, perhaps,
shift+ctrl+z, or some other keystroke that you can
remember, that doesn’t use a JAWSKey, and that isn’t
used by other programs you’re using, so that you can
use it to do what we do with JAWSKey+F4.
Dean
Hi Peter
thank you. However my initial was about Jaws restart,
not Windows.
Nevertheless this would be helpful in other
circumstances.
thank you
Le 28/06/2019 à 13:36, Peter Tesar
a écrit :
Hello,
I have this DOS command in my desktop shortcut.
C:\Windows\System32\shutdown.exe -s -f -t 00
the 's is for shutdown, -r is
for reboot
the -f is for force (It doesn't work as well as
it did in Win7
The -t is the time to wait -- 0 mili seconds
The command shutdown.exe might work without the
path.
You could move the shutdown.exe file to your
root directory.
Peter T.
On 6/28/2019 4:53 AM, Tanguy
LOHEAC wrote:
Hello all
Do you know any command line that can force jaws to
restart?
This is because i'm using a program on my laptop
that disables the Jaws key. And th only way to
restore it is to restart Jaws. But i wish i could
write a batch file that would make it automatically
after this program has been run.
thank you for any suggestions
Have a nice day
Tanguy
|
|
moderated
Re: [External] Re: command line to enforce jaws restart
Steve says it unloads jaws and then restarts Jaws. Insert+f4 just unloads.
Richard
Check out my web site at:
www.turner42.com
“The Hitch Hiker's Guide to the Galaxy has this to say on the subject of flying. There is an art, it says, or rather, a knack to flying. The knack lies in learning how to throw yourself at the ground and
miss." --Douglas Adams, from Life, The Universe and Everything, p.59
toggle quoted messageShow quoted text
From: main@jfw.groups.io <main@jfw.groups.io>
On Behalf Of Tanguy LOHEAC
Sent: Friday, June 28, 2019 9:37 AM
To: main@jfw.groups.io
Subject: Re: [External] Re: command line to enforce jaws restart
i I didn't know this command. How different is it from Insert+F4?
Le 28/06/2019 à 16:03, Cook, Steve a écrit :
Have you tried the JAWS dump command? Insert Windows key and F4
Steve Cook, CPM
Assistive Technology Consultant
SC Commission for the Blind
1430 Confederate avenue
Columbia, SC 29201
Office: (803) 898-8788
1-888-335-5951
www.sccb.state.sc.us
Hi Dean,
My objective is to make Jaws restart seemlessly so that users are not forced to deal with keystrokes. Some of my cleints get nervous and lose self-trust when its time to shutdown jaws and restart it manually.
Since this process is used when installing Jaws (automatically restart when install is complete), i thought there was a command line that could do the job.
Tanguy
Le 28/06/2019 à 14:05, Dean Martineau a écrit :
Why not use the Keyboard Manager and assign a new hotkey to the ShutDownJAWS script? We go through this sort of thing in the forthcoming windows Keyboard Power User Guide book. You could add
a keystroke like, perhaps, shift+ctrl+z, or some other keystroke that you can remember, that doesn’t use a JAWSKey, and that isn’t used by other programs you’re using, so that you can use it to do what we do with JAWSKey+F4.
Dean
Hi Peter
thank you. However my initial was about Jaws restart, not Windows.
Nevertheless this would be helpful in other circumstances.
thank you
Le 28/06/2019 à 13:36, Peter Tesar a écrit :
Hello,
I have this DOS command in my desktop shortcut.
C:\Windows\System32\shutdown.exe -s -f -t 00
the 's is for shutdown, -r is for reboot
the -f is for force (It doesn't work as well as it did in Win7
The -t is the time to wait -- 0 mili seconds
The command shutdown.exe might work without the path.
You could move the shutdown.exe file to your root directory.
Peter T.
On 6/28/2019 4:53 AM, Tanguy LOHEAC wrote:
Hello all
Do you know any command line that can force jaws to restart?
This is because i'm using a program on my laptop that disables the Jaws key. And th only way to restore it is to restart Jaws. But i wish i could write a batch file that would make it automatically after this program has been run.
thank you for any suggestions
Have a nice day
Tanguy
|
|
moderated
Re: Hello All Is it outlook or office 365 email ?
Munawar Evelyn have gmail account with window live mail she doesn’t like it so she removed window live mail because she doesn’t know how to used it with jaws !! So she created another gmail account and have office 365 !! She is on facebook and she tried to subscribe in jfw with office365 when she press ctrl n it’s didn’t said new message
toggle quoted messageShow quoted text
From: main@jfw.groups.io [mailto:main@jfw.groups.io] On Behalf Of Munawar Bijani Sent: Friday, June 28, 2019 10:44 AM To: main@jfw.groups.io Subject: Re: Hello All Is it outlook or office 365 email ? Ok, but I'm 90% sure from reading past messages that your friend doesn't need Office Email, and Microsoft is probably upselling at this point. If your friend is running Windows 10, have them ask the disability support line to stop playing with Office and just set up Windows Mail for them. It will be far, far easier for your friend and much less complicated. Outlook is an enterprise application and unless your friend needs Outlook for professional reasons, she doesn't need to set it up. Even so, most companies that use Outlook have Office Business subscriptions anyway so the employees themselves don't pay for Office licenses. Windows Mail is light, fast and simple to use; and 100% free. On 6/28/2019 9:45 AM, O.Addison Gethers wrote: Hi Munawar All I can tell you when Evelyn and Microsoft disability support man on the phone download and installed office 365 email clients for $6 monthly on her window7 computer where she stated last night to me on fb message so I put in here this morning ,I will send her your message to see if she will response back to me and will reply back to you and all Did your friend set up an Email account in Outlook? You need an Email account configured before those commands will work. For a simpler experience, I would recommend your friend to use the built-in Windows Mail. Outlook is mostly good for business environments and is overkill for most of the people I've seen using it. On 6/28/2019 7:53 AM, O.Addison Gethers wrote: Hi there My friend did try that and it didn’t works when she press ctrl n for new ,press ctrl r for reply and nothing Hi, Tell your friend to open Outlook and press CTRL+N to start a new message, and CTRL+R to reply to a message. On 6/27/2019 8:51 PM, O.Addison Gethers wrote: Hello Sieghard and CMCasey I received fb message from my friend name Evelyn Williams tonight here what she say below My name is Evelyn. I use office 365, windows seven, and jfw 20desktop computer. How do I reply and-or send a message? Office 365 is a subscription service, you can pay monthly or for the entire year which is cheaper. Among some other benefits like 1 Tb of OneDrive storage and getting 60 Skype minutes each month the Office 365 subscription also includes a license to download the full Office suite and install it on up to 5 computers. This of course includes Outlook as well as Word, Excel, PowerPoint etc. But you only get to use the full set of Office apps and features as long as you pay your subscription. Hello My friend told me in her fb message that she have office 365 when I was on the phone with her and Microsoft disability support to download and installed email programs for $6 a month !! Is office 365 is the same thing as outlook? You probably didn’t get a response back before because your question is pretty hard to understand. Even now the only question I can glean from this is: “Is there outlook or office 365 email ?” Yes. Outlook is the e-mail client in Microsoft office. If you want your friend to be helped by the list, I think you’ll need to be a bit more specific, or maybe even get her on here to ask the question herself. Does she have outlook? I guess that’d be a good place to start. Is she trying to set up e-mail with an iSP? Gmail? Something else? Hello All I have post about it but didn’t get any response back from any member. Is there outlook or office 365 email ? My friend have window7 desktop and jaws2019 ,she is having problem trying to how to send new email and reply email and add contact in address book !! Do any member have this email clients ? If so Can you tell me what I need to tell my friend what she need to do ? Thank you Addison
|
|
moderated
Re: [External] Re: command line to enforce jaws restart
i I didn't know this command. How different is it from Insert+F4?
Le 28/06/2019 à 16:03, Cook, Steve a
écrit :
toggle quoted messageShow quoted text
Have you
tried the JAWS dump command? Insert Windows key and F4
Steve
Cook, CPM
Assistive
Technology Consultant
SC
Commission for the Blind
1430
Confederate avenue
Columbia,
SC 29201
Office:
(803) 898-8788
1-888-335-5951
www.sccb.state.sc.us
Hi Dean,
My objective is to make Jaws restart seemlessly so that users
are not forced to deal with keystrokes. Some of my cleints get
nervous and lose self-trust when its time to shutdown jaws and
restart it manually.
Since this process is used when installing Jaws
(automatically restart when install is complete), i thought
there was a command line that could do the job.
Tanguy
Le 28/06/2019 à 14:05, Dean Martineau a
écrit :
Why not use the Keyboard Manager and assign a new hotkey
to the ShutDownJAWS script? We go through this sort of
thing in the forthcoming windows Keyboard Power User Guide
book. You could add a keystroke like, perhaps,
shift+ctrl+z, or some other keystroke that you can
remember, that doesn’t use a JAWSKey, and that isn’t used
by other programs you’re using, so that you can use it to
do what we do with JAWSKey+F4.
Dean
Hi Peter
thank you. However my initial was about Jaws restart, not
Windows.
Nevertheless this would be helpful in other circumstances.
thank you
Le 28/06/2019 à 13:36, Peter Tesar a
écrit :
Hello,
I
have this DOS command in my desktop shortcut.
C:\Windows\System32\shutdown.exe -s -f -t 00
the
's is for shutdown, -r is for reboot
the
-f is for force (It doesn't work as well as it did in
Win7
The
-t is the time to wait -- 0 mili seconds
The
command shutdown.exe might work without the path.
You
could move the shutdown.exe file to your root directory.
Peter
T.
On 6/28/2019 4:53 AM, Tanguy LOHEAC
wrote:
Hello all
Do you know any command line that can force jaws to
restart?
This is because i'm using a program on my laptop that
disables the Jaws key. And th only way to restore it is
to restart Jaws. But i wish i could write a batch file
that would make it automatically after this program has
been run.
thank you for any suggestions
Have a nice day
Tanguy
|
|
moderated
Re: command line to enforce jaws restart
Yes, this approach seems close to what i need to reach out. I'll
try this.
As far as i know there are no child process. Then that would be
fine.
Shank you.
Le 28/06/2019 à 14:46, Munawar Bijani a
écrit :
toggle quoted messageShow quoted text
I would also recommend you wait some seconds after killing JAWS
before restarting it. The first line kills JAWS, the second line
waits five seconds, and the third restarts JAWS. So:
taskkill /IM "jfw.exe" /f
timeout 5
"C:\program files\freedom scientific\jaws\2019\jfw.exe"
On 6/28/2019 8:31 AM, Dean Martineau
wrote:
I googled JAWS command Line Options
and didn’t get anything that seemed helpful.
Hi Dean,
My objective is to make Jaws restart seemlessly so that
users are not forced to deal with keystrokes. Some of my
cleints get nervous and lose self-trust when its time to
shutdown jaws and restart it manually.
Since this process is used when installing Jaws
(automatically restart when install is complete), i thought
there was a command line that could do the job.
Tanguy
Le 28/06/2019 à 14:05, Dean Martineau a
écrit :
Why not use the
Keyboard Manager and assign a new hotkey to the
ShutDownJAWS script? We go through this sort of thing
in the forthcoming windows Keyboard Power User Guide
book. You could add a keystroke like, perhaps,
shift+ctrl+z, or some other keystroke that you can
remember, that doesn’t use a JAWSKey, and that isn’t
used by other programs you’re using, so that you can use
it to do what we do with JAWSKey+F4.
Dean
Hi Peter
thank you. However my initial was about Jaws restart, not
Windows.
Nevertheless this would be helpful in other
circumstances.
thank you
Le 28/06/2019 à 13:36, Peter Tesar a
écrit :
Hello,
I have this DOS command in my desktop shortcut.
C:\Windows\System32\shutdown.exe -s -f -t 00
the 's is for shutdown, -r is
for reboot
the -f is for force (It doesn't work as well as
it did in Win7
The -t is the time to wait -- 0 mili seconds
The command shutdown.exe might work without the
path.
You could move the shutdown.exe file to your root
directory.
Peter T.
On 6/28/2019 4:53 AM, Tanguy LOHEAC
wrote:
Hello all
Do you know any command line that can force jaws to
restart?
This is because i'm using a program on my laptop that
disables the Jaws key. And th only way to restore it
is to restart Jaws. But i wish i could write a batch
file that would make it automatically after this
program has been run.
thank you for any suggestions
Have a nice day
Tanguy
|
|
moderated
Re: command line to enforce jaws restart
Munawar Bijani <munawarb@...>
They want to automate it and also have JAWS automatically
restart. Their original message said: "Do you know any command
line that can force jaws to restart??" So, they're looking for
automation here. JAWSKEY+F4 only shuts down JAWS. To restart it
you have to either press the JAWS shortcut key (if you've assigned
one) on the desktop shortcut or press WIN+R and enter jaws2019.
But OP wants a single-click shutdown and restart solution. That's
why the shutdown keystroke isn't sufficient for them.
toggle quoted messageShow quoted text
On 6/28/2019 11:59 AM, Sieghard Weitzel
wrote:
Why use such a complicate method to
do something one can do with the single keystroke, Jaws Key
+ F4.
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]
(c) 2019 Microsoft Corporation. All rights reserved.
C:\WINDOWS\system32>taskkill /IM "jfw.exe" /f
SUCCESS: The process "jfw.exe" with PID 8856 has been
terminated.
C:\WINDOWS\system32>
On 6/28/2019 8:31 AM, Dean Martineau
wrote:
I googled JAWS command Line Options and
didn’t get anything that seemed helpful.
Hi Dean,
My objective is to make Jaws restart seemlessly so that
users are not forced to deal with keystrokes. Some of my
cleints get nervous and lose self-trust when its time to
shutdown jaws and restart it manually.
Since this process is used when installing Jaws
(automatically restart when install is complete), i
thought there was a command line that could do the job.
Tanguy
Le 28/06/2019 à 14:05, Dean Martineau
a écrit :
Why not use the
Keyboard Manager and assign a new hotkey to the
ShutDownJAWS script? We go through this sort of thing
in the forthcoming windows Keyboard Power User Guide
book. You could add a keystroke like, perhaps,
shift+ctrl+z, or some other keystroke that you can
remember, that doesn’t use a JAWSKey, and that isn’t
used by other programs you’re using, so that you can use
it to do what we do with JAWSKey+F4.
Dean
Hi Peter
thank you. However my initial was about Jaws restart,
not Windows.
Nevertheless this would be helpful in other
circumstances.
thank you
Le 28/06/2019 à 13:36, Peter Tesar
a écrit :
Hello,
I have this DOS command in my desktop shortcut.
C:\Windows\System32\shutdown.exe -s -f -t 00
the 's is for shutdown, -r is for
reboot
the -f is for force (It doesn't work as well as it
did in Win7
The -t is the time to wait -- 0 mili seconds
The command shutdown.exe might work without the path.
You could move the shutdown.exe file to your root
directory.
Peter T.
On 6/28/2019 4:53 AM, Tanguy
LOHEAC wrote:
Hello all
Do you know any command line that can force jaws to
restart?
This is because i'm using a program on my laptop
that disables the Jaws key. And th only way to
restore it is to restart Jaws. But i wish i could
write a batch file that would make it automatically
after this program has been run.
thank you for any suggestions
Have a nice day
Tanguy
|
|
moderated
Re: command line to enforce jaws restart
Why use such a complicate method to do something one can do with the single keystroke, Jaws Key + F4.
toggle quoted messageShow quoted text
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]
(c) 2019 Microsoft Corporation. All rights reserved.
C:\WINDOWS\system32>taskkill /IM "jfw.exe" /f
SUCCESS: The process "jfw.exe" with PID 8856 has been terminated.
C:\WINDOWS\system32>
On 6/28/2019 8:31 AM, Dean Martineau wrote:
I googled JAWS command Line Options and didn’t get anything that seemed helpful.
Hi Dean,
My objective is to make Jaws restart seemlessly so that users are not forced to deal with keystrokes. Some of my cleints get nervous and lose self-trust when its time to shutdown jaws and restart it manually.
Since this process is used when installing Jaws (automatically restart when install is complete), i thought there was a command line that could do the job.
Tanguy
Le 28/06/2019 à 14:05, Dean Martineau a écrit :
Why not use the Keyboard Manager and assign a new hotkey to the ShutDownJAWS script? We go through this sort of thing in the forthcoming windows Keyboard Power
User Guide book. You could add a keystroke like, perhaps, shift+ctrl+z, or some other keystroke that you can remember, that doesn’t use a JAWSKey, and that isn’t used by other programs you’re using, so that you can use it to do what we do with JAWSKey+F4.
Dean
Hi Peter
thank you. However my initial was about Jaws restart, not Windows.
Nevertheless this would be helpful in other circumstances.
thank you
Le 28/06/2019 à 13:36, Peter Tesar a écrit :
Hello,
I have this DOS command in my desktop shortcut.
C:\Windows\System32\shutdown.exe -s -f -t 00
the 's is for shutdown, -r is for reboot
the -f is for force (It doesn't work as well as it did in Win7
The -t is the time to wait -- 0 mili seconds
The command shutdown.exe might work without the path.
You could move the shutdown.exe file to your root directory.
Peter T.
On 6/28/2019 4:53 AM, Tanguy LOHEAC wrote:
Hello all
Do you know any command line that can force jaws to restart?
This is because i'm using a program on my laptop that disables the Jaws key. And th only way to restore it is to restart Jaws. But i wish i could write a batch file that would make it automatically after this program has been run.
thank you for any suggestions
Have a nice day
Tanguy
|
|
moderated
Re: Hello All Is it outlook or office 365 email ?
Munawar Bijani <munawarb@...>
Ok, but I'm 90% sure from reading past messages that your friend
doesn't need Office Email, and Microsoft is probably upselling at
this point.
If your friend is running Windows 10, have them ask the
disability support line to stop playing with Office and just set
up Windows Mail for them. It will be far, far easier for your
friend and much less complicated. Outlook is an enterprise
application and unless your friend needs Outlook for professional
reasons, she doesn't need to set it up.
Even so, most companies that use Outlook have Office Business
subscriptions anyway so the employees themselves don't pay for
Office licenses.
Windows Mail is light, fast and simple to use; and 100% free.
toggle quoted messageShow quoted text
On 6/28/2019 9:45 AM, O.Addison Gethers
wrote:
Hi Munawar All I can tell you when
Evelyn and Microsoft disability support man on the phone
download and installed office 365 email clients for $6
monthly on her window7 computer where she stated last night
to me on fb message so I put in here this morning ,I will
send her your message to see if she will response back to me
and will reply back to you and all
Did your friend set up an Email account in Outlook? You need
an Email account configured before those commands will work.
For a simpler experience, I would recommend your friend to
use the built-in Windows Mail. Outlook is mostly good for
business environments and is overkill for most of the people
I've seen using it.
On 6/28/2019 7:53 AM, O.Addison Gethers
wrote:
Hi there My friend did try that and it
didn’t works when she press ctrl n for new ,press ctrl r
for reply and nothing
Hi,
Tell your friend to open Outlook and press CTRL+N to
start a new message, and CTRL+R to reply to a message.
On 6/27/2019 8:51 PM, O.Addison
Gethers wrote:
Hello Sieghard and CMCasey
I received fb message from my
friend name Evelyn Williams tonight here what she
say below
My name is Evelyn. I use office
365, windows seven, and jfw 20desktop computer. How do
I reply and-or send a message?
Office 365 is a subscription
service, you can pay monthly or for the entire year
which is cheaper. Among some other benefits like 1 Tb
of OneDrive storage and getting 60 Skype minutes each
month the Office 365 subscription also includes a
license to download the full Office suite and install
it on up to 5 computers. This of course includes
Outlook as well as Word, Excel, PowerPoint etc. But
you only get to use the full set of Office apps and
features as long as you pay your subscription.
Hello My friend told me in her fb
message that she have office 365 when I was on the
phone with her and Microsoft disability support to
download and installed email programs for $6 a month
!! Is office 365 is the same thing as outlook?
You probably didn’t get a response
back before because your question is pretty hard to
understand.
Even now the only question I can
glean from this is:
“Is there outlook or office 365
email ?”
Yes. Outlook is the e-mail client
in Microsoft office.
If you want your friend to be
helped by the list, I think you’ll need to be a bit
more specific, or maybe even get her on here to ask
the question herself.
Does she have outlook? I guess
that’d be a good place to start. Is she trying to set
up e-mail with an iSP? Gmail? Something else?
Hello All I have post about it but
didn’t get any response back from any member. Is there
outlook or office 365 email ? My friend have window7
desktop and jaws2019 ,she is having problem trying to
how to send new email and reply email and add contact
in address book !! Do any member have this email
clients ? If so Can you tell me what I need to tell my
friend what she need to do ?
Thank you
Addison
|
|
moderated
Re: bookmarks chrome RE: best web browser to use with JAWS?
Munawar Bijani <munawarb@...>
I had this issue as well and exported my bookmarks from Chrome to
a file, then edited the file to remove the "Imported From Firefox"
folder.
This is pretty simple to do since the Chrome bookmarks are saved
in XML, and all bookmarks are child nodes to the folder node
they're inside.
Once you remove the folder, just re-import the bookmarks file and
you'll be good to go.
toggle quoted messageShow quoted text
On 6/28/2019 9:55 AM, Gerald Levy via
Groups.Io wrote:
This is one of the limitations of Chrome.?? If you import all
of your IE Favorites into Chrome, and then add new Bookmarks in
Chrome itself, you will wind up with two bookmark lists: the
ones from IE and the ones created in Chrome, and there is no way
to merge them into a single bookmarks list. Which means that you
might have to search both bookmarks lists to find the one you're
looking for, which could be a nuisance.
Gerald
On 6/28/2019 9:41 AM, Sharon wrote:
But no way to actually organize
them in folders like IE? What will happen if I import all
my folders from IE?
Sharon
??
??
??
Hi Sharron,
??
I actually found
bookmarks the hardest transition when I first moved from
IE to chrome, but now use chrome all the time and almost
never use IE any more. One tip I can give regarding
bookmarks which I found really helpful with Chrome is
there is a key combination to quickly access bookmarks in
a list similar to how IE displays them. If you press and
hold ALT and then press F (it should say context menu at
this stage), then release alt and f, press b (it should
say something like bookmarks sub menu), simply press right
cursor key and you???re in the list of bookmarks. I
realised As I wrote that it actually sounds more
complicated than it actually is , but I do find this key
stroke a really quick and easy way of accessing bookmarks
in chrome. Hope that helps.
??
Paul
??
??
What do you mean as menus being
quite as deep as? I???m confused about bookmarks for
example in both Firefox and Google Chrome. IE is so
simple. I don???t know what I???m missing here.
Sharon
??
??
I don't think there is one best web browser.?? The
chromium-based ones are okay, although I try to avoid actual
google chrome because of its spying.?? I'd much rather use
brave it blocks ads and lets me read things where other
browsers just say you have to subscribe or allow ads.?? I
like firefox for the fact that its menus aren't buried quite
as deep as chromium-based browsers.?? Other than the menus
they all basically work the same, so there really is no
reason to restrict yourself to only using one browser.
??
??
On 6/26/2019 15:07, James Gashel wrote:
Hi all:
??
Please post your recommendations of
what you think is the best web browser to use with the
latest version of JAWS. I seem to go back and forth on
this and would like to settle down and really learn
using what folks think is best.
??
Thanks.
??
??
Best,
??
James Gashel
??
M: (808) 234-9259
E: jgashel0923@...
??
Connect with me on FaceBook, or
Follow me on Twitter
??
|
|
moderated
Re: [External] Re: command line to enforce jaws restart
Have you tried the JAWS dump command? Insert Windows key and F4
Steve Cook, CPM
Assistive Technology Consultant
SC Commission for the Blind
1430 Confederate avenue
Columbia, SC 29201
Office: (803) 898-8788
1-888-335-5951
www.sccb.state.sc.us
toggle quoted messageShow quoted text
From: main@jfw.groups.io <main@jfw.groups.io>
On Behalf Of Tanguy LOHEAC via Groups.Io
Sent: Friday, June 28, 2019 8:18 AM
To: main@jfw.groups.io
Subject: [External] Re: command line to enforce jaws restart
Hi Dean,
My objective is to make Jaws restart seemlessly so that users are not forced to deal with keystrokes. Some of my cleints get nervous and lose self-trust when its time to shutdown jaws and restart it manually.
Since this process is used when installing Jaws (automatically restart when install is complete), i thought there was a command line that could do the job.
Tanguy
Le 28/06/2019 à 14:05, Dean Martineau a écrit :
Why not use the Keyboard Manager and assign a new hotkey to the ShutDownJAWS script? We go through this sort of thing in the forthcoming windows Keyboard Power User Guide book. You could add
a keystroke like, perhaps, shift+ctrl+z, or some other keystroke that you can remember, that doesn’t use a JAWSKey, and that isn’t used by other programs you’re using, so that you can use it to do what we do with JAWSKey+F4.
Dean
Hi Peter
thank you. However my initial was about Jaws restart, not Windows.
Nevertheless this would be helpful in other circumstances.
thank you
Le 28/06/2019 à 13:36, Peter Tesar a écrit :
Hello,
I have this DOS command in my desktop shortcut.
C:\Windows\System32\shutdown.exe -s -f -t 00
the 's is for shutdown, -r is for reboot
the -f is for force (It doesn't work as well as it did in Win7
The -t is the time to wait -- 0 mili seconds
The command shutdown.exe might work without the path.
You could move the shutdown.exe file to your root directory.
Peter T.
On 6/28/2019 4:53 AM, Tanguy LOHEAC wrote:
Hello all
Do you know any command line that can force jaws to restart?
This is because i'm using a program on my laptop that disables the Jaws key. And th only way to restore it is to restart Jaws. But i wish i could write a batch file that would make it automatically after this program has been run.
thank you for any suggestions
Have a nice day
Tanguy
|
|
moderated
Re: bookmarks chrome RE: best web browser to use with JAWS?
This is one of the limitations of Chrome.?? If you import all of
your IE Favorites into Chrome, and then add new Bookmarks in
Chrome itself, you will wind up with two bookmark lists: the ones
from IE and the ones created in Chrome, and there is no way to
merge them into a single bookmarks list. Which means that you
might have to search both bookmarks lists to find the one you're
looking for, which could be a nuisance.
Gerald
toggle quoted messageShow quoted text
On 6/28/2019 9:41 AM, Sharon wrote:
But no way
to actually organize them in folders like IE? What will
happen if I import all my folders from IE?
Sharon
??
??
??
Hi
Sharron,
??
I
actually found bookmarks the hardest transition when I first
moved from IE to chrome, but now use chrome all the time and
almost never use IE any more. One tip I can give regarding
bookmarks which I found really helpful with Chrome is there
is a key combination to quickly access bookmarks in a list
similar to how IE displays them. If you press and hold ALT
and then press F (it should say context menu at this stage),
then release alt and f, press b (it should say something
like bookmarks sub menu), simply press right cursor key and
you???re in the list of bookmarks. I realised As I wrote that
it actually sounds more complicated than it actually is ,
but I do find this key stroke a really quick and easy way of
accessing bookmarks in chrome. Hope that helps.
??
Paul
??
??
What do you
mean as menus being quite as deep as? I???m confused about
bookmarks for example in both Firefox and Google Chrome. IE
is so simple. I don???t know what I???m missing here.
Sharon
??
??
I don't think there is one best web browser.?? The
chromium-based ones are okay, although I try to avoid actual
google chrome because of its spying.?? I'd much rather use
brave it blocks ads and lets me read things where other
browsers just say you have to subscribe or allow ads.?? I like
firefox for the fact that its menus aren't buried quite as
deep as chromium-based browsers.?? Other than the menus they
all basically work the same, so there really is no reason to
restrict yourself to only using one browser.
??
??
On 6/26/2019 15:07, James Gashel wrote:
Hi
all:
??
Please
post your recommendations of what you think is the best
web browser to use with the latest version of JAWS. I seem
to go back and forth on this and would like to settle down
and really learn using what folks think is best.
??
Thanks.
??
??
Best,
??
James
Gashel
??
M:
(808) 234-9259
E:
jgashel0923@...
??
Connect
with me on FaceBook, or
Follow
me on Twitter
??
|
|
moderated
Re: Hello All Is it outlook or office 365 email ?
Hi Munawar All I can tell you when Evelyn and Microsoft disability support man on the phone download and installed office 365 email clients for $6 monthly on her window7 computer where she stated last night to me on fb message so I put in here this morning ,I will send her your message to see if she will response back to me and will reply back to you and all
toggle quoted messageShow quoted text
From: main@jfw.groups.io [mailto:main@jfw.groups.io] On Behalf Of Munawar Bijani Sent: Friday, June 28, 2019 8:49 AM To: main@jfw.groups.io Subject: Re: Hello All Is it outlook or office 365 email ? Did your friend set up an Email account in Outlook? You need an Email account configured before those commands will work. For a simpler experience, I would recommend your friend to use the built-in Windows Mail. Outlook is mostly good for business environments and is overkill for most of the people I've seen using it. On 6/28/2019 7:53 AM, O.Addison Gethers wrote: Hi there My friend did try that and it didn’t works when she press ctrl n for new ,press ctrl r for reply and nothing Hi, Tell your friend to open Outlook and press CTRL+N to start a new message, and CTRL+R to reply to a message. On 6/27/2019 8:51 PM, O.Addison Gethers wrote: Hello Sieghard and CMCasey I received fb message from my friend name Evelyn Williams tonight here what she say below My name is Evelyn. I use office 365, windows seven, and jfw 20desktop computer. How do I reply and-or send a message? Office 365 is a subscription service, you can pay monthly or for the entire year which is cheaper. Among some other benefits like 1 Tb of OneDrive storage and getting 60 Skype minutes each month the Office 365 subscription also includes a license to download the full Office suite and install it on up to 5 computers. This of course includes Outlook as well as Word, Excel, PowerPoint etc. But you only get to use the full set of Office apps and features as long as you pay your subscription. Hello My friend told me in her fb message that she have office 365 when I was on the phone with her and Microsoft disability support to download and installed email programs for $6 a month !! Is office 365 is the same thing as outlook? You probably didn’t get a response back before because your question is pretty hard to understand. Even now the only question I can glean from this is: “Is there outlook or office 365 email ?” Yes. Outlook is the e-mail client in Microsoft office. If you want your friend to be helped by the list, I think you’ll need to be a bit more specific, or maybe even get her on here to ask the question herself. Does she have outlook? I guess that’d be a good place to start. Is she trying to set up e-mail with an iSP? Gmail? Something else? Hello All I have post about it but didn’t get any response back from any member. Is there outlook or office 365 email ? My friend have window7 desktop and jaws2019 ,she is having problem trying to how to send new email and reply email and add contact in address book !! Do any member have this email clients ? If so Can you tell me what I need to tell my friend what she need to do ? Thank you Addison
|
|