Created
March 21, 2026 21:03
-
-
Save figital/163b4b557de1a0132b995c687d850729 to your computer and use it in GitHub Desktop.
get windows temp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $k = (Get-CimInstance -Query "Select * from Win32_PerfFormattedData_Counters_ThermalZoneInformation where Name like '%_TZ.THM0%'").Temperature; $k - 273 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment