Windows 10 hibernates instead of shutting down, even though fast startup is disabled

13,086

To turn off Hibernate, open a CMD prompt as Administrator and enter:

powercfg -h off

Combining that line with the following:

shutdown /s /t 0

and saving it as a batch script, executed as Administrator, allows you to shutdown completely, rather than using Windows Fast Startup.

If you want to enable Hibernate again, enter:

powercfg -h on

Share:
13,086
Ido
Author by

Ido

Updated on September 18, 2022

Comments

  • Ido
    Ido over 1 year

    I had recently installed a major windows update (Version 1709, build 16299.125), and since then I have noticed a strange problem: whenever I shutdown the computer having open programs, I still see them at the same state when I power it back on. It seems like my computer actually hibernates instead of fully shutting down.

    After searching and reading many articles, I realized there's a built-in function called "Fast Startup", which is supposed to exit all programs and hibernate instead of shutting the computer down.

    Thinking the "Fast Startup" function might didn't work well (by skipping the stage of exiting all programs), I tried to totally disable the function using the following method:

     1. Right click the Windows start menu button and choose Power Options.
        Click on Choose What the Power Button Does.
     2. If there is a Windows
        UAC shield at the top with Change Settings That Are Currently
        Unavailable, click it and choose Yes or enter your password to
        reopen the dialog with administrative privileges.
     3. At the bottom
        below Shutdown Settings, it will say Turn on Fast Startup
        (recommended). Deselect the option and press Save Changes.
    

    Yet, my computer still remembers its previous state after I power it on from a (so-called) complete shutdown. Has anyone encountered a similar bug? Do you know how can I fix it?

    • DavidPostill
      DavidPostill over 6 years
      "I tried to totally disable the function" What exactly did you try? "I had recently installed a major windows update" Which update? Please edit your question and don't answer in a comment.
    • Ido
      Ido over 6 years
      i've updated the topic with the relevant information
    • w32sh
      w32sh over 6 years
      The system is not hibernating. Yours sounds like a different problem (in v1709) Stop Auto Reopen of Programs after Restart in Windows 10 » Winhelponline
  • Ido
    Ido over 6 years
    I guess that could be a nice workaround, but I want to restore the original behavior of the shutdown button.
  • Ramhound
    Ramhound over 6 years
    @IdoDoron Technically speaking Windows 10 has always done a hybrid shutdown. You just notice it more know because Windows now restores any application that was running. Since hybrid shutdown requires the ability to hibernate disabling it makes a hybrid shutdown not possible. Of course you also lose out on the speed advantages of said hybrid shutdown
  • DrMoishe Pippik
    DrMoishe Pippik over 6 years
    @Ramhound, yes, and to safely dual-boot, I regularly turn Hibernate off, and on again when working just in Windows to speed startup.
  • Ramhound
    Ramhound over 6 years
    @DrMoishePippik Which is the reason your answer is correct and helpful
  • Ido
    Ido over 6 years
    I have nothing against hybrid shutdown. I just want to disable the feature which restores all apps from the previous session. I actually mentioned in original description of my question, that I had already disabled hibernation, and it still remembered my computer's state the next time I turned it on. So I don't see how disabling hibernation helps me...
  • magicandre1981
    magicandre1981 over 6 years
    there is a way to disable it in settings app
  • Ido
    Ido over 6 years
    That option is actually missing in my PC! Went to Settings > Accounts > Sign-in Options and could not find that option there.
  • magicandre1981
    magicandre1981 over 6 years
    open cortana and click here on settings
  • Ido
    Ido over 6 years
    Again, I don't have that option, and Cortana isn't available in my country.