Skip to content

Instantly share code, notes, and snippets.

@figital
Created March 21, 2026 21:03
Show Gist options
  • Select an option

  • Save figital/163b4b557de1a0132b995c687d850729 to your computer and use it in GitHub Desktop.

Select an option

Save figital/163b4b557de1a0132b995c687d850729 to your computer and use it in GitHub Desktop.
get windows temp
$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