Skip to content

Commit

Permalink
* feat: disable auto update
Browse files Browse the repository at this point in the history
* feat: disable startup notification
* feat: disable exit modal
  • Loading branch information
cmorten committed Jan 28, 2023
1 parent 494e23a commit 71d9a88
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions nvda/userConfig/nvda.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@ schemaVersion = 4
[update]
allowUsageStats = False
askedAllowUsageStats = True
autoCheck = True
startupNotification = True
autoCheck = False
startupNotification = False
[upgrade]
[general]
showWelcomeDialogAtStartup = False
language = Windows
saveConfigurationOnExit = True
askToExit = True
playStartAndExitSounds = True
saveConfigurationOnExit = False
askToExit = False
playStartAndExitSounds = False
loggingLevel = INFO
[speech]
synth = oneCore
[[oneCore]]
voice = HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Speech_OneCore\Voices\Tokens\MSTTS_V110_enGB_GeorgeM
volume = 100
volume = 0
rate = 100
rateBoost = True
[braille]
Expand All @@ -30,12 +30,12 @@ schemaVersion = 4
enabled = True
[[screenCurtain]]
[speechViewer]
x = 1341
y = 191
x = 0
y = 0
width = 500
height = 519
height = 500
displays = "(1920, 1080)",
autoPositionWindow = False
autoPositionWindow = True
showSpeechViewerAtStartup = True
[virtualBuffers]
autoSayAllOnPageLoad = False
Expand Down

0 comments on commit 71d9a88

Please sign in to comment.