Windows 10: How do I get exact CPU temps using CMD/WMIC?

Discus and support How do I get exact CPU temps using CMD/WMIC? in Windows 10 Software and Apps to solve the problem; I am busy making a program to check what the CPU temperature is so that I can get notified and save my work in order to shut down the laptop and let it... Discussion in 'Windows 10 Software and Apps' started by AnaytKorai19, Aug 23, 2022.

  1. How do I get exact CPU temps using CMD/WMIC?


    I am busy making a program to check what the CPU temperature is so that I can get notified and save my work in order to shut down the laptop and let it cool down. I started testing if this works and used this command with admin privileges: :start sleep 1 cls for /f "skip=1 tokens=2 delims==" %%A in 'wmic /namespace:\\root\wmi PATH MSAcpi_ThermalZoneTemperature get CurrentTemperature /value' do set /a "HunDegCel=%%~A*10-27315" echo %HunDegCel:~0,-2%.%HunDegCel:~-2% Degrees Celsius goto start pause The output text stayed at 27.85 Degrees Celsius Apparently, this is the reading of an area

    :)
     
    AnaytKorai19, Aug 23, 2022
    #1
  2. Kari Win User

    Hi Gurus help neded on wmic command (Cpu data)

    Try formatting output as a list:

    cpu get /format:list

    If you want to, you can also save the output in an HTML file as a form or a table:

    /output: "Z:\Test.html" cpu list /format:htable

    /output: "Z:\Test.html" cpu list /format:hform

    Often it's enough to get shorter list / table / form using switch brief:

    /output: "Z:\Test.html" cpu list brief /format:htable

    /output: "Z:\Test.html" cpu list brief /format:hform

    Example command:


    How do I get exact CPU temps using CMD/WMIC? [​IMG]


    ... will produce a quite clear and readable HTML form:


    How do I get exact CPU temps using CMD/WMIC? [​IMG]
     
  3. Sasqui Win User
    Overclocking / Undervolting guide for Vega 56 or 64?

    Here's a quick laundry list:

    List of software to use for overclocking and testing
    Examples:
    Wattman (and how to find and use it, like an overview, including profiles)
    Unigine Valley or Heaven (use this for quick testing while changing settings in Wattman and checking for stability / artifacts) ...just suggesting this
    How to monitor cores / mem speeds and temps during testing (I've seen screen overlays, and others using GPUz)

    Step-by step overclocking in Wattman
    Fan speeds
    Power limit
    Temp limit
    Voltages
    Core speeds
    Memory speeds
     
    Sasqui, Aug 23, 2022
    #3
  4. Basard Win User

    How do I get exact CPU temps using CMD/WMIC?

    CPU temp vs CPU Core temps?

    Yeah, I figured the same thing, its about 63-65F in here right now, core temp somehow says 7c for core one, which is 45F*Confused How do I get exact CPU temps using CMD/WMIC? :confused: I'm using everest. I'll try CoreTemp and get back.

    CoreTemp gives me the same core temps as everest (7c core 1, and 12c core 2). I downloaded both the beta and previous version.

    Oh yeah and the readme says:

    "CPU Support list:

    All AMD K8 CPUs are supported starting with the early SH-C0 stepping and up. The latest 65nm BH-G1 and DH-G1 revisions give inaccurate readings."

    I've got the Brisbane with BH-G1 stepping. I guess that explains it, a little.

    My friend has a 5200+ Windsor, it gives the same type of readings--lower cores than ambient. He also uses everest though.
     
    Basard, Aug 23, 2022
    #4
Thema:

How do I get exact CPU temps using CMD/WMIC?

Loading...
  1. How do I get exact CPU temps using CMD/WMIC? - Similar Threads - exact CPU temps

  2. Hi everyone trying to use wmic csproduct get uuid command in CMD and Error is " 'wmic' is...

    in Windows 10 Gaming
    Hi everyone trying to use wmic csproduct get uuid command in CMD and Error is " 'wmic' is...: Is anyone facing similar problem? https://answers.microsoft.com/en-us/windows/forum/all/hi-everyone-trying-to-use-wmic-csproduct-get-uuid/b7e69ad9-fe2a-4de6-8f73-8b67a3a13214
  3. Hi everyone trying to use wmic csproduct get uuid command in CMD and Error is " 'wmic' is...

    in Windows 10 Software and Apps
    Hi everyone trying to use wmic csproduct get uuid command in CMD and Error is " 'wmic' is...: Is anyone facing similar problem? https://answers.microsoft.com/en-us/windows/forum/all/hi-everyone-trying-to-use-wmic-csproduct-get-uuid/b7e69ad9-fe2a-4de6-8f73-8b67a3a13214
  4. How do I get to CMD?

    in Windows 10 Network and Sharing
    How do I get to CMD?: How do I enter CMD to type in a command? https://answers.microsoft.com/en-us/windows/forum/all/how-do-i-get-to-cmd/3e605645-9575-47fc-bca1-f68b45a69558
  5. How do I get to CMD?

    in Windows 10 Gaming
    How do I get to CMD?: How do I enter CMD to type in a command? https://answers.microsoft.com/en-us/windows/forum/all/how-do-i-get-to-cmd/3e605645-9575-47fc-bca1-f68b45a69558
  6. How do I get to CMD?

    in Windows 10 Software and Apps
    How do I get to CMD?: How do I enter CMD to type in a command? https://answers.microsoft.com/en-us/windows/forum/all/how-do-i-get-to-cmd/3e605645-9575-47fc-bca1-f68b45a69558
  7. How do I fix CPU Temp spikes?

    in Windows 10 BSOD Crashes and Debugging
    How do I fix CPU Temp spikes?: So, I have an HP Omen laptop which I've used for around 2 years, and recently, after doing a clean install of windows and doing everything necessary afterwards, my CPU has been having an unstable temperature, varying from 60 to 100 to 80 and staying above that, even while I'm...
  8. How do I fix CPU Temp spikes?

    in Windows 10 Gaming
    How do I fix CPU Temp spikes?: So, I have an HP Omen laptop which I've used for around 2 years, and recently, after doing a clean install of windows and doing everything necessary afterwards, my CPU has been having an unstable temperature, varying from 60 to 100 to 80 and staying above that, even while I'm...
  9. How do I get exact CPU temps using CMD/WMIC?

    in Windows 10 Gaming
    How do I get exact CPU temps using CMD/WMIC?: I am busy making a program to check what the CPU temperature is so that I can get notified and save my work in order to shut down the laptop and let it cool down. I started testing if this works and used this command with admin privileges: :start sleep 1 cls for /f "skip=1...
  10. CMD wmic parameter?

    in Windows 10 Network and Sharing
    CMD wmic parameter?: Good morning, I'm practicing again and I'm facing another problem which I can't solve despite Google. I want to use the "wmic volume get Driveletter" to read the drive letter of a drive named:"test". But I can't get it to set the parameters so that only the drive:test is...