How to disable software-initiated overheat shutdown (due to broken sensors) in Windows 8?

63,479

Apologies that I don't have it for Win8, but it should be similar to Win7 --

  • Control Panel > Power Options Click on "Change plan settings" next to the plan that is currently selected.
  • Click on "Change advanced power settings"
  • Scroll down to Processor Power Management and click the + to expand.
  • Change "System Cooling Policy". Change to "Passive" & apply.

NOTE that some systems do not have this control in this location.

disable thermal policy

It's even been youtube'd - http://www.youtube.com/watch?v=SeDh8-4-lm8

I would like to note that I think it is foolish to do this, but yes, you can disable thermal shutdowns.

Share:
63,479

Related videos on Youtube

netvope
Author by

netvope

Updated on September 18, 2022

Comments

  • netvope
    netvope over 1 year

    A power spike broke the CPU temperature sensor on my motherboard. Memtest86+ runs fine. However, neither Linux nor Windows boots under default options. Windows simply shuts down during boot. Linux reports overheat during boot and shuts down in a few seconds. If I specify thermal.nocrt=1 in the kernel boot options, Linux will boot and work correctly.

    The CPU temperature reported by the motherboard sensor is -40℃ (negative) in BIOS and 216℃ (due to integer overflow) in Linux. The CPU temperature reported by the CPU's built-in sensor is 35℃, which is correct and consistent with the idle temperature before the power spike.

    It is reasonable to believe that Windows shuts down also because it sees an extremely high temperature. In order to use Windows on this motherboard, I need to disable the software overheat protection. Essentially, I need the equivalent of thermal.nocrt=1 in Windows. Is that possible?

    • Nikola Dimitrijevic
      Nikola Dimitrijevic over 10 years
      Disable in BIOS, not in Windows
    • netvope
      netvope over 10 years
      I tried all thermal related options but nothing changed. Furthermore, if the shutdown were initiated by some sort of hardware protection circuit, Memtest86+ would have shutdown, and thermal.nocrt=1 wouldn't have fixed it on Linux. The shutdown is initiate by some software logic in the OS.
    • BillP3rd
      BillP3rd over 10 years
      Am I correct in understanding that you cannot get Windows to boot at all - That is shuts down before completely starting? Have you tried booting to Safe Mode?
    • netvope
      netvope over 10 years
      @BillP3rd Yes, the machine powers off while Windows is loading (at this screen goo.gl/oP0M01), before it reaches the login screen. Unfortunately safe mode gives the same result.
    • BillP3rd
      BillP3rd over 10 years
      Motherboard make and model?
    • netvope
      netvope over 10 years
      EVGA nForce 730i
    • BillP3rd
      BillP3rd over 10 years
      Have you disabled "Thermal Management" in the BIOS? (p. 63 in the manual).
    • netvope
      netvope over 10 years
      @BillP3rd Yes I did.
    • BillP3rd
      BillP3rd over 10 years
      It sounds like your only option (based on what I can - or, more to the point - can't find) might be to replace the faulty sensor. I found a key in the Windows registry that may control this but, unfortunately, it's binary and I can find no description of what, precisely, it contains.
    • netvope
      netvope over 10 years
      Thanks for trying to help, BillP3rd. In the worst case, I could replace Windows by Linux on that machine, but it would be disappointing that Windows won't let the user override its overheat protection.
    • fixer1234
      fixer1234 over 9 years
      One solution would be to run Windows in a Linux VM (wouldn't it be something if Windows refused to load on an already running machine?).
  • BillP3rd
    BillP3rd over 10 years
    Did you notice that, unfortunately, he can't get Windows to start? Also, this setting doesn't affect how Windows decides it's time to shutdown. It affect how Windows controls the CPU fan. (maximumpcguides.com/windows-7/set-the-system-cooling-policy‌​)
  • netvope
    netvope over 10 years
    I tried that by loading the registry hive on another computer and setting ACSettingIndex=0 in the power scheme I use, but nothing changed
  • Debra
    Debra over 10 years
    Sorry, I was asking the question he asked; I assumed that, since he asked about doing it in Windows, he'd take the drive to another system or otherwise set it. Otherwise, why ask how to do it in Windows? Netvope, "ACSettingsIndex" is related to sleep settings, not thermal monitoring. The passive cooling policy essentially stops Windows from managing the thermal state of the system.
  • netvope
    netvope over 10 years
    @Debra In a Windows 8 VM, I changed "System cooling policy" in Power Options and the only value changed under CurrentControlSet was Control\Power\User\PowerSchemes\{GUID1}\{GUID2}\{GUID3}\ACSe‌​ttingsIndex, where GUID1 is the balanced scheme, GUID2 is Processor power settings, and GUID3 is System cooling policy. This is how I figured out the registry entry that controls "System cooling policy".
  • Doktor J
    Doktor J about 2 years
    I know this is like 9 years late, but for others -- @netvope that depends on what power plan your ailing Windows install has active. If you changed the setting for "Balanced" scheme, but Windows is on the "Power Saver" scheme, you're flipping switches that aren't wired to anything.