About 72 results
Open links in new tab
  1. OpenHardwareMonitor not showing all sensors - Stack Overflow

    Jan 30, 2023 · It might be that your hardware is not supported by OpenHardwareMonitor. There is a list of supported hardware on their page. Also you might need to run your app as Administrator to get the …

  2. Recent OpenHardwareMonitor Sample Code C# - Stack Overflow

    The first thing you're missing is that you have to set the Computer.CPUEnabled property to true before you call Computer.Open. This causes Open to add a CPU hardware device.

  3. How to get CPU temperature with Open Hardware Monitor?

    Dec 5, 2022 · So I've been trying to get CPU temperature on windows, msvc, at last I found Libre Hardware Monitor, fork of Open Hardware Monitor. And someone (Get CPU Temperature) said he …

  4. Get CPU Temperature using Open Hardware Monitor

    Get CPU Temperature using Open Hardware Monitor Asked 11 years, 2 months ago Modified 4 years ago Viewed 12k times

  5. Get hardware temp from OpenHardwareMonitor - Stack Overflow

    3 I'm trying to use OpenHardwareMonitor to get a reading on the diagnostics of my hardware. If you've ever tried using OHM you know that there is very little documentation on it yet to my knowledge there …

  6. Temperatures OpenHardwareMonitor with python - Stack Overflow

    Jun 20, 2024 · I want to retrieve the temperatures, RAM memory usage, used disk space, and CPU load from my computer. I'm using OpenHardwareMonitor for this, but I'm able to get everything except the …

  7. Change fan speed with Python - Stack Overflow

    Dec 15, 2020 · I'm making a little custom application with Python and TKinter to change settings for gaming and such, I already have it setup to change my power plan. Now I'm trying to change the …

  8. Python OpenHardwareMonitor and WMI getting cpu temps

    Jan 8, 2020 · I am working on a small project to get the cpu temperature on my windows machine. I settled on using the wmi module and have come across a snippet of code on the question link below …

  9. How can I use open hardware monitor source code in c# ? I tried ...

    May 8, 2012 · How can I use open hardware monitor source code in c# ? I tried anything doesn't work Asked 13 years, 9 months ago Modified 12 years, 11 months ago Viewed 14k times

  10. Accessing CPU temperature in python - Stack Overflow

    Jul 16, 2010 · I need an example code for accessing CPU temperature in python. I'm running windows 7, BTW.