Windows 10: Can`t enable Hibernation! - Regedit/POWERCFG not helping!

Discus and support Can`t enable Hibernation! - Regedit/POWERCFG not helping! in Windows 10 Performance & Maintenance to solve the problem; Calling all windows 10 experts! I need your help! Just updated my Transformer T100HA to the Anniversary update. In order to get enough disk space to... Discussion in 'Windows 10 Performance & Maintenance' started by scoob101, Sep 26, 2016.

  1. scoob101 Win User

    Can`t enable Hibernation! - Regedit/POWERCFG not helping!


    Calling all windows 10 experts! I need your help!

    Just updated my Transformer T100HA to the Anniversary update. In order to get enough disk space to perform the update, I disabled hibernation with POWERCFG /h off from the command line, which disabled hibernation, deleted the hibernate file and gave me enough space to upgrade.

    Now I`m successfully on the anniversary update, I simply cannot get Hibernation to turn on again. Heres what I`ve tried to far,

    Registry change (from this very foum) - tried both the .REG file and updating manually.
    POWERCFG /h ON from and elevated command line
    Full system restore/reset from settings

    Still I cant see the option to hibernate in advanced power options!

    When I look in power options the hibernation option is simply not there.

    Really appreciate some help as I`ve run out of ideas. thanks!

    :)
     
    scoob101, Sep 26, 2016
    #1

  2. Windows 10 gets stuck booting with some laptop configurations if hibernation is enabled. Please make it easy to disable hibernation

    Open Administrator Command Prompt:

    • powercfg /H OFF <-- this will eliminate all hibernation types
    • powercfg /H REDUCED <-- this allows for a smaller hiberfil.sys, which only allows for Fast Startup.
    • powercfg /H /? <-- explains options
    powercfg /h /?

    POWERCFG /HIBERNATE <ON|OFF>
    POWERCFG /HIBERNATE /SIZE <PERCENT_SIZE>
    POWERCFG /HIBERNATE /TYPE <REDUCED|FULL>
    Alias:

    POWERCFG /H
    Description:

    Enables/disables the hibernate feature or sets the hiberfile size.
    Parameter List:

    <ON|OFF> Enables/disables the hibernate feature.
    /SIZE <PERCENT_SIZE> Specifies the desired hiberfile size as a percentage

    of the total memory size. The default size cannot be

    smaller than 40. This parameter will also cause

    hibernate to be enabled.
    /TYPE <REDUCED|FULL> Specifies the desired hiberfile type. A reduced

    hiberfile only supports hiberboot.
    Examples:

    POWERCFG /HIBERNATE OFF
    POWERCFG /HIBERNATE /SIZE 100
    POWERCFG /HIBERNATE /TYPE REDUCED

    Also, in Settings - Power & sleep - Additional power settings you can
    Choose what the power button does
    .

    There you can uncheck Turn on fast startup. That might eliminate this issue without disabling hibernation, if full hibernation actually still works well for you. You may just have one hardware component that is not resuming from sleep state
    properly, but that can be hard to track down.


    Can`t enable Hibernation! - Regedit/POWERCFG not helping! [​IMG]
     
    Don Cuthbert, Sep 26, 2016
    #2
  3. problem with enable hibernation in windows 10

    i want to enable hibernation in windows 10 but it 's option does not available in power options i even enter this command in elevated command prompt powercfg/h on but don 't work
     
    rasoulpirali, Sep 26, 2016
    #3
  4. Can`t enable Hibernation! - Regedit/POWERCFG not helping!

    • Go to: Control Panel - Power Options - Change Plan Settings - Change Advanced Power Settings.
    • Choose, when you want to hibernate, eg. Power buttons and lid - Power button action - Hibernate.

    When hiberfil.sys file is created on C partition, you will know, that you have succeeded.
     
    TairikuOkami, Sep 28, 2016
    #4
  5. scoob101 Win User
    Many thanks for the reply.

    Unfortunately the hibernate option are not available to me in control panel - which is my problem!
     
    scoob101, Sep 28, 2016
    #5
  6. Run CMD as admin and copy/paste:


    reg add "HKLM\System\CurrentControlSet\Control\Session Manager\Power" /v "HiberbootEnabled" /t REG_DWORD /d "1" /f
    powercfg -h on
     
    TairikuOkami, Sep 28, 2016
    #6
  7. scoob101 Win User
    I`ve tried the registry changes once before, but I`ll give this a try just in case, and I`ll let you know the result tonight. Thanks again for your help.
     
    scoob101, Sep 28, 2016
    #7
  8. Can`t enable Hibernation! - Regedit/POWERCFG not helping!

    Hope it works. Actually I have hibernate disabled and there is not the option, but once those are applied, it appears.


    Can`t enable Hibernation! - Regedit/POWERCFG not helping! [​IMG]

    Can`t enable Hibernation! - Regedit/POWERCFG not helping! [​IMG]
     
    TairikuOkami, Sep 28, 2016
    #8
  9. Kbird Win User
    perhaps if room is that tight there simply is not enough room for powercfg -h On to create the File?

    KB
     
    Kbird, Sep 28, 2016
    #9
  10. scoob101 Win User
    no joy.....BTW for referenceI have already done a cleanup of the drive after installing the anniversary update and have 14GB free.

    C:\WINDOWS\system32>reg add "HKLM\System\CurrentControlSet\Control\Session Manager\Power" /v "HiberbootEnabled" /t REG_DWORD /d "1" /f
    The operation completed successfully.

    C:\WINDOWS\system32>powercfg -h on

    C:\WINDOWS\system32>shutdown /h
    The request is not supported.(50)

    C:\WINDOWS\system32>
     
    scoob101, Sep 28, 2016
    #10
  11. That is it, I have got a message 126, that hibernation is not enabled, but you have got 50, that it is not supported.

    That means, that you are missing some drivers, most likely ACPI power management driver, maybe chipset as well.

    Use Driver Easy Free to see, if it finds anything missing or outdated.
     
    TairikuOkami, Sep 28, 2016
    #11
  12. scoob101 Win User
    Got 16 outdated drivers, no missing drivers, nothing power realated as far as I can see. Heres a list of the drivers being listed as outdated::

    Broadcomm Serial Bus Driver over UART Bus Enumerator
    Intel SST Audio Device
    Intel Dymanic Platfom and Thermal Framework Generic Particiant Driver
    Intel Trusted Execution Engine Interface
    Intel Integrated Sensor Solution
    Intel HID Event Filter
    HID Advanced Sensor Collection
    HID Advanced Sensor Collection v2
    Intel HD Graphics
    HID PCI Minidriver for ISS (x6)
     
    scoob101, Sep 28, 2016
    #12
  13. Can`t enable Hibernation! - Regedit/POWERCFG not helping!

    You should definitely update them, particularly Intel Dynamic Platform and Thermal Framework Generic Participant Driver.
     
    TairikuOkami, Sep 28, 2016
    #13
  14. scoob101 Win User
    Ok no worries, ill update the lot and report back when done. Appreciate all you help so far.
     
    scoob101, Sep 28, 2016
    #14
  15. Is it possible that because you're using a tablet without that much storage space, upgrading to Anniversary edition has set the default HIbernation to Reduced which is enough to support Hybrid/Fast Boot but not full HIbernation ?

    If this is the case you can change the Hibernate file type by opening an Elevated Command Prompt and running the command

    powercfg /h /type full

    This is what I've needed whenever I've reinstalled windows on on my Lenovo Miix 3 1030 tablet to enable hibernation support so it's worth a try.

    There's more details on the hibernate file types here along with the correct commands to switch between them
    Hiberfile Type - Specify as Full or Reduced in Windows 10 - Windows 10 Forums
     
    Matchstick, Sep 30, 2016
    #15
Thema:

Can`t enable Hibernation! - Regedit/POWERCFG not helping!

Loading...
  1. Can`t enable Hibernation! - Regedit/POWERCFG not helping! - Similar Threads - Can`t enable Hibernation

  2. BSOD after enabling hibernate

    in Windows 10 Gaming
    BSOD after enabling hibernate: I am having a problem with this computer. When I try to enable hibernate using the command prompt, it goes straight into a BSOD and gets me the stop code: 0x00000024. The BSOD says:A problem has been detected and Windows has been shut down to prevent damage to your...
  3. Windows 11 - Hibernate enabled, cannot auto hibernate

    in Windows 10 Gaming
    Windows 11 - Hibernate enabled, cannot auto hibernate: Hi,I have windows 11 and have just enabled hibernate so that it can be manually activated. yay!I have also set my hibernate to full space capacity instead of the default i think it is 40%1 Next I would like to set my computer to automatically hibernate after 30 minutes...
  4. Windows 11 - Hibernate enabled, cannot auto hibernate

    in Windows 10 Software and Apps
    Windows 11 - Hibernate enabled, cannot auto hibernate: Hi,I have windows 11 and have just enabled hibernate so that it can be manually activated. yay!I have also set my hibernate to full space capacity instead of the default i think it is 40%1 Next I would like to set my computer to automatically hibernate after 30 minutes...
  5. HELP regedit problem

    in Windows 10 Ask Insider
    HELP regedit problem: I think I may have modified some values that I shouldn’t have and need to change it back. I have not made any backups and I don’t know what to do. Please help submitted by /u/Beginning_Seesaw9781 [link] [comments]...
  6. How to Enable or Disable Hibernation using PowerCFG command line in Windows 10

    in Windows 10 News
    How to Enable or Disable Hibernation using PowerCFG command line in Windows 10: [ATTACH]Hibernation allows you to save the state of the computer without losing any unsaved […] This article How to Enable or Disable Hibernation using PowerCFG command line in Windows 10 first appeared on TheWindowsClub.com. read more...
  7. Black screen after turning powercfg/hibernate on

    in Windows 10 Performance & Maintenance
    Black screen after turning powercfg/hibernate on: I turned off hibernate to free sapce in c drive for windows update but when i turned it on pc is slow balck screen during start up i must press the power button 2 times to boot the pc and login I want the hibernate feature to be on it helps alot when the battery runs out...
  8. REGEDIT help

    in Windows 10 Ask Insider
    REGEDIT help: [ATTACH] Had an update drop in from IT. It's putting my computer to sleep within a couple minutes of inactively. I know change the Attributes (1) to (0) the go into power management and increase the time, but would anyone mind helping me make a modifier that works on...
  9. Can´t enable email notifications

    in Windows 10 Software and Apps
    Can´t enable email notifications: Hi, I am not able to receive notifications from mail app in windows 10. I have enabled notifications through the app. However, in the Notifications & Actions through Settings, the notifications for mail & calendar are turned off and I cannot change this setting Can anybody...
  10. Can´t enable NetBIOS over tcpip

    in Windows 10 Network and Sharing
    Can´t enable NetBIOS over tcpip: Hi I have problem with network sharing from one of my computer i my Homenetwork. With Ipconfig /all I found that NetBIOS over tcpip is disabled the on network adapter even if enabled in WINS properties and Regedit. Is there a way to enable it or another solution to...