I want to write a PowerShell script that checks if my Windows 10 machine entered CPU throttling state (1,17 GHz instead of 2,29 GHz when it happens).
Unfortunately Win32_Processor
class always returns 2295 MHz for CurrentClockSpeed
object even though host is working at 1170 MHz clock speed.
Same for wmic cpu get CurrentClockSpeed
.
Any ideas how can I get REAL current CPU speed?