How can I get the temperature (e.g. CPU) of my 32-bit Windows 7 PC? (using WMIC)
my results are:
wmic temperature No Instance(s) Available.
I run this command even with administrator privileges, but the result was the same.
You can just try:
wmic /namespace:\\root\WMI path MSAcpi_ThermalZoneTemperature
Source: https://habr.com/ru/post/1402688/More articles:Change font family with jquery mobile - jqueryAnalyzing remote xml in php with simpleXML - xmlVS2010 - delete files that are not in the solution - visual-studio-2010The motion of the vector relative to the rotation - vectorFinding a programming language for dummies - c ++Why code inside common functions ignores overloaded operator == - c #Duplicate File Detection - algorithmSQLiteDiskIOException: disk I / O error while creating database - androidAn archive application with Xcode 4.3.1 gives pngcrush a caught libpng error: - iosPHP / MySQL site using caching. What does this work most of the time? - phpAll Articles