Most Windows software that stores settings in registry reads from HKLM first (per machine) to retrieve values then overrides with identical values stored in HKCU (per user if present)
This allows the setting of defaults per machine (which is what I am requesting), and still allows users to set their own defaults.
Currently (version 15.7) Updater.exe only reads from
[HKEY_CURRENT_USER\SOFTWARE\Caphyon\Advanced
Updater\{E8E94881-A413-4556-AE80-E93DF7FEAECE}\Settings]
"LogLevel"=dword:00000004
which is problematic if I have to keep setting this value for every user of the system (including SYSTEM account).
If you can add this feature, I can add a simple registry key to my installer package that defines a default loglevel for Updater.exe