The 5.0.14 installer now writes keys to HKEY_LOCAL_MACHINE. Any user changes will go into HKEY_CURRENT_USER. When we look for reg values, we'll check HKCU first, to see if the given user has overridden any defaults, and if the value isn't there, we'll check HKLM. |