desgen
Member
I'm having trouble finding out how the settings work in terms of portability.
A lot of the more useful settings are added via registry, not by the .ini file.
For example, if I wanted to customize settings to get alert notifications on other computers other than mine, I'd have to import the settings via registry. Exporting from what's generated for my computer:
(just an example to see how it works)
Does this mean it'll likely only work for my computer? Since the +12v sensor could be in a different row number.
What would this mean?
Could this hypothetically be something like:
On another PC? Or is F0018690_1\Volt4 universally recognized as the +12v sensor? If not, that means if I export my settings, another PC won't recognize it. Is there any particular reason most settings are handled and saved in the registry?
Same with the auto logging hotkey, why is this in the registry instead of the .ini file? Just wondering why custom settings are split between two ways of configuration.
I mean, it works for me, but the concern is will it work for others?
(If you're wondering this is for a not for profit project of mine, I don't intend to break rules or modify and redistribute what I am not allowed to)
Edit: I also noticed this:
I hope that doesn't mean if it's the sensor on the 49th row in the HWiNFO sensors window, because the sensor I want to configure alerts for could be the 42nd row, for example on another PC.
A lot of the more useful settings are added via registry, not by the .ini file.
For example, if I wanted to customize settings to get alert notifications on other computers other than mine, I'd have to import the settings via registry. Exporting from what's generated for my computer:
(just an example to see how it works)
Code:
[HKEY_CURRENT_USER\Software\HWiNFO64\Sensors\F0018690_1\Volt4]
"Row"=dword:00000049
"List"=dword:00000000
"AlertEnabled"=dword:00000001
"AlertBelowValue"=""
"AlertAboveValue"="10.000000"
"AlertDispWindow"=dword:00000001
"AlertChangeItemColor"=dword:00000000
"AlertPlaySound"=""
"AlertRunProg"=""
"AlertRunProgArgs"=""
"AlertDistance"=dword:00000005
"AlertSamples"=dword:00000001
Does this mean it'll likely only work for my computer? Since the +12v sensor could be in a different row number.
What would this mean?
Code:
F0018690_1\Volt4
Code:
F0018645_1\Volt5
Same with the auto logging hotkey, why is this in the registry instead of the .ini file? Just wondering why custom settings are split between two ways of configuration.
I mean, it works for me, but the concern is will it work for others?
(If you're wondering this is for a not for profit project of mine, I don't intend to break rules or modify and redistribute what I am not allowed to)
Edit: I also noticed this:
Code:
"Row"=dword:00000049
I hope that doesn't mean if it's the sensor on the 49th row in the HWiNFO sensors window, because the sensor I want to configure alerts for could be the 42nd row, for example on another PC.