Fixed enabling hibernation
This commit is contained in:
parent
a953d81b96
commit
b3f8790f01
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ def disable_windows_telemetry():
|
|||
|
||||
def enable_hibernation():
|
||||
"""Enable hibernation."""
|
||||
cmd = ['powercfg', '/hibernation', 'on']
|
||||
cmd = ['powercfg', '/hibernate', 'on']
|
||||
run_program(cmd)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue