KeePass asking to enable updates with forced config...
A lightweight and easy-to-use password manager
Brought to you by:
dreichl
With KeePass 2.20, I have deployed the KeePass.config.enforced.xml to all of my users. One of the settings is to disable the "CheckForUpdates" feature. However, when the user first runs the new KeePass, KeePass is still asking if the user wants to enable updates, even though the XML file exists in the KeePass folder. I have attached a screenshot from the KeePass.config.enforced.xml file.
Thanks in advance for your help!
antsman
Check For Update Excerpt
This is not a bug. In order to disable checking for updates, you additionally must set CheckForUpdateConfigured to true. So, your (enforced) configuration file must contain the following two lines:
<CheckForUpdate>false</CheckForUpdate>
<CheckForUpdateConfigured>true</CheckForUpdateConfigured>
Best regards
Dominik