Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upAllow NVDA to handle multiple input desktops in Windows XP #97
Comments
This comment has been minimized.
This comment has been minimized.
|
Comment 2 by jteh on 2008-07-19 04:55 It seems that this service is only required under Windows 2000 and XP. In fact, from our testing and research, it is not possible to start NVDA on the secure (winlogon) desktop under Windows Vista using a service. In Vista, we need to use the Ease of Access facility to handle this. This requires an embedded manifest and the executable must also be authenticode signed. This latter requirement poses a problem for us, as we must either register a trusted root certificate or have our key signed by a commercial root authority. |
This comment has been minimized.
This comment has been minimized.
|
Comment 3 by jteh on 2008-07-21 06:17 |
This comment has been minimized.
This comment has been minimized.
|
Comment 4 by jteh on 2008-08-12 11:05
Vista:
General:
|
This comment has been minimized.
This comment has been minimized.
|
Comment 5 by jteh on 2009-04-24 01:53 Note also that the old secureDesktop branch is obsolete. New branches will be started. |
This comment has been minimized.
This comment has been minimized.
|
Comment 6 by jteh on 2009-05-01 18:33 |
This comment has been minimized.
This comment has been minimized.
|
Comment 7 by jteh on 2009-05-05 12:17 |
This comment has been minimized.
This comment has been minimized.
|
Comment 8 by jteh on 2009-05-15 07:27 |
This comment has been minimized.
This comment has been minimized.
|
Comment 9 by jteh on 2009-05-18 01:34 |
This comment has been minimized.
This comment has been minimized.
|
Comment 10 by jteh on 2009-05-25 20:50 |
Reported by jteh on 2008-05-28 23:02
Currently, NVDA only handles a single input desktop; i.e. the input desktop on which it was started. It cannot be run on the secure winlogon desktop, which means that the Windows logon screen and other secure screens cannot be read. For Windows XP, a service should be provided which can detect when the current input desktop changes and launch NVDA accordingly.
Blocking #100