How can I read CPU temperature on an Embedded XP install from a C++/CLI app?
I've read of some WMI solutions which are able to read the temperature of the CPU. I've tried this and it doesn't appear to work for Windows XP Embedded running on an Intel Atom based board.
开发者_如何学PythonIs there a library or some other solution out there which would work?
Looks like Core Temp could be a viable solution.
精彩评论