Це відео не доступне.
Перепрошуємо.

How to Check CPU Temperature on Windows PC (No software Needed)

Поділитися
Вставка
  • Опубліковано 27 лют 2024
  • How to check your windows computer CPU temperature. This video will show you how to check your Windows CPU temperature without the need for any third party software. Check the CPU temperature on Windows 10 and Windows 11 PCs. It may be able to show you temperature of the CPU on other versions of Windows PCs.
    The code for the BAT file is:
    @echo off
    for /f "skip=1 tokens=2 delims==" %%A in ('wmic /namespace:\
    oot\wmi PATH MSAcpi_ThermalZoneTemperature get CurrentTemperature /value') do set /a "HunDegCel=(%%~A*10)-27315"
    echo %HunDegCel:~0,-2%.%HunDegCel:~-2% Degrees Celsius
    pause

КОМЕНТАРІ • 4

  • @Builtbypete
    @Builtbypete  5 місяців тому +2

    Thanks so much for watching. Please give this video a thumbs up and subscribe to this channel for regular, easy to follow DIY & tech videos. Thank you 👍

  • @IamSpiritAlpha
    @IamSpiritAlpha Місяць тому +1

    I've tried this and it shows all the time same temperature, when in reality it's REALLY not same.

    • @thegen-zcreator1151
      @thegen-zcreator1151 6 днів тому

      Because he's running echo commad which used to print on the consol

  • @BUY_YOUTUB_VIEWS_d0dd115
    @BUY_YOUTUB_VIEWS_d0dd115 5 місяців тому +1

    Your content is refreshing!