I have keepass 2.40 installed on a network share. I use a enforced file to make sure every user use it's own config and disable the check for updates: <?xml version="1.0" encoding="utf-8"?> <Configuration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Meta> <PreferUserConfiguration>true</PreferUserConfiguration> </Meta> <Application> <LanguageFile>Dutch.lngx</LanguageFile> <Start> <CheckForUpdate>false</CheckForUpdate> <CheckForUpdateConfigured>true</CheckForUpdateConfigured>...