LeDragoX / Win-Debloat-Tools

Re-imagining Windows like a minimal OS install, already debloated with minimal impact for most functionality.
MIT License
5.2k stars 264 forks source link

`Hibernation option` gone #85

Closed bregon closed 1 year ago

bregon commented 1 year ago

Describe the Bug

Hi, after applying the tweaks the hibernation option disappears. How do I re-enable it ?

How can this issue be reproduced?

apply tweaks

Expected behavior?

No response

Operating System

Windows 11

Operating System Version

22H2

Screenshots

No response

Logs

No response

Additional Info

No response

LeDragoX commented 1 year ago

A friend of mine had the same problem before, here's the solution:

powercfg /hibernate on
powercfg /h /type full

(hit ENTER to apply)

Then the option should re-appear on power plans from CONTROL PANEL first, so you can manage the power buttons

LeDragoX commented 1 year ago

I'll add a separate function to enable or disable hibernate properly (it's currently a mess) But only after i got some time.