Michael O Posted October 8, 2018 Share Posted October 8, 2018 Hi I know that A64 can output readings to other external apps but what about the other way around? I want to pull some temperature readings from KVM hypervisor and display these in an external display. Will this be possible? Quote Link to comment Share on other sites More sharing options...
Fiery Posted October 8, 2018 Share Posted October 8, 2018 1 hour ago, Michael O said: Hi I know that A64 can output readings to other external apps but what about the other way around? I want to pull some temperature readings from KVM hypervisor and display these in an external display. Will this be possible? AIDA64 currently only supports reading strings and DWORD values from the Registry, and put them on external displays (or SensorPanel, OSD Panel, etc). You need to find a way to write the Registry values into the following path: HKEY_CURRENT_USER\Software\FinalWire\AIDA64\ImportValues And name them as: Str1Str2 ...Str10 for string values, or: DW1DW2 ...DW10 for DWORD values. As you keep updating those values in the Registry, the values get updated on your external display. Quote Link to comment Share on other sites More sharing options...
Michael O Posted October 8, 2018 Author Share Posted October 8, 2018 59 minutes ago, Fiery said: AIDA64 currently only supports reading strings and DWORD values from the Registry, and put them on external displays (or SensorPanel, OSD Panel, etc). You need to find a way to write the Registry values into the following path: HKEY_CURRENT_USER\Software\FinalWire\AIDA64\ImportValues And name them as: Str1Str2 ...Str10 for string values, or: DW1DW2 ...DW10 for DWORD values. As you keep updating those values in the Registry, the values get updated on your external display. I have a txt file which contains the following information: k10temp-pci-00c3 Adapter: PCI adapter CPU Temp: +36.0°C (high = +70.0°C) Tctl: +36.0°C I want to read the +36.0 value and output this as a Str1 value within HKEY_CURRENT_USER\Software\FinalWire\AIDA64\ImportValues How can I do this? Quote Link to comment Share on other sites More sharing options...
Fiery Posted October 11, 2018 Share Posted October 11, 2018 On 10/8/2018 at 5:09 PM, Michael O said: I have a txt file which contains the following information: k10temp-pci-00c3 Adapter: PCI adapter CPU Temp: +36.0°C (high = +70.0°C) Tctl: +36.0°C I want to read the +36.0 value and output this as a Str1 value within HKEY_CURRENT_USER\Software\FinalWire\AIDA64\ImportValues How can I do this? I think you can use VBScript for such purposes. I haven't tried it yet though... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.