Температура процессора в Windows
wmic temperature get CurrentReading
wmic /namespace:\\root\wmi PATH MSAcpi_ThermalZoneTemperature get CurrentTemperature
wmic /namespace:\\root\wmi PATH Win32_TemperatureProbe get CurrentReading
wmic /namespace:\\root\cimv2 PATH Win32_PerfFormattedData_Counters_ThermalZoneInformation get Temperature
