I'm looking to be able to read out as much sensor information (thermals, fan speeds, etc.) as possible for scheduled logging on my Windows machine.
I found CPUID's HWMonitor which reads all of the information that I want, but it doesn't seem to have a command-line interface and because I want to be able to automate it, I need a CLI.
I'm not opposed to doing some programming of my own if necessary, but I was hoping to find a tool ready-made for this purpose - if anyone knows of one or a Windows command/protocol that programs like HWMonitor use under the hood, I would be very appreciative.