-
-
Notifications
You must be signed in to change notification settings - Fork 637
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nvda doesn't save config settings to logon screen #918
Comments
Comment 1 by jteh on 2010-09-20 01:59 In any case, please try uninstalling NVDA, rebooting, deleting any remaining files in the NVDA program directory (including the directory itself) and then reinstalling. You can use a portable copy to assist you in doing this. Then try the button again. |
Comment 2 by mike.reiser on 2010-09-23 16:38 |
Comment 3 by jteh on 2010-10-07 04:39 Do you have a systemConfig folder in your NVDA program directory (e.g. c:\Program Files\NVDA)? If so, what is inside this folder? If it exists, try deleting it. |
Comment 4 by jteh on 2010-11-17 02:34
|
Comment 5 by mike.reiser on 2010-11-17 05:34 |
Comment 6 by jteh on 2010-11-17 22:42 |
Comment 7 by mdcurran on 2010-12-02 01:41 |
Comment 8 by mike.reiser on 2010-12-02 15:13 |
Comment 9 by jteh on 2010-12-02 21:30 |
Comment 10 by mike.reiser on 2010-12-02 22:39 |
Comment 11 by jteh on 2010-12-02 23:22
|
Comment 12 by mike.reiser on 2010-12-03 00:37
File "", line 1
... shutil.rmtree(dest
... shutil.copytree(globalVars.appArgs.configPath, dest
Traceback (most recent call last): |
Comment 13 by jteh on 2010-12-03 01:12 |
Comment 14 by mike.reiser on 2010-12-03 01:51
File "", line 1
... shutil.rmtree(dest
... shutil.copytree(globalVars.appArgs.configPath, dest
Traceback (most recent call last):
Traceback (most recent call last):
Traceback (most recent call last):
|
Comment 15 by jteh on 2010-12-03 03:04 If this worked, I don't understand why the button is failing. The copytree code you just used is practically the same as what is used internally. |
Comment 16 by jteh on 2010-12-03 03:06 |
Comment 17 by mike.reiser on 2010-12-03 03:48 |
Comment 18 by jteh on 2010-12-03 04:08 |
Reported by mike.reiser on 2010-09-19 20:58
This is as of 2010.2 beta. When trying to press the button that says "Use nvda settings on the windows log in screen, it comes up with the uac dialog. Pressing alt+Y for yes presents the error "Could not copy the nvda settings." Doing it again says that it succeeded but they do not take effect in uac dialogs or other areas when log in might be required.
The text was updated successfully, but these errors were encountered: