Check CPU temperature in Windows 10
If you need to find out the processor temperature in Windows 10 and you do not have the necessary software at hand, you can find it out using the system's built-in tools.
To do this, run the command line as an administrator and run the command wmic /namespace:rootwmi PATH MSAcpi_ThermalZoneTemperature get CurrentTemperature.
After a couple of seconds, the CurrentTemperature field will display one or more temperatures in Kelvin. To convert it to degrees Celsius, divide the value by 10 and subtract 273.15.
No comments:
Post a Comment
If you have any doubt please let me know..