Use new method to disable Fast Startup
This commit is contained in:
parent
2d131d0613
commit
ba2ba5fd98
1 changed files with 1 additions and 1 deletions
|
|
@ -473,7 +473,7 @@ def auto_disable_fast_startup():
|
||||||
"""Disable fast startup (i.e. Hiberboot)."""
|
"""Disable fast startup (i.e. Hiberboot)."""
|
||||||
TRY_PRINT.run(
|
TRY_PRINT.run(
|
||||||
'Disable Fast Startup...', reg_set_value, 'HKLM',
|
'Disable Fast Startup...', reg_set_value, 'HKLM',
|
||||||
r'SOFTWARE\Policies\Microsoft\Windows\System',
|
r'SYSTEM\CurrentControlSet\Control\Session Manager\Power',
|
||||||
'HiberbootEnabled', 0, 'DWORD',
|
'HiberbootEnabled', 0, 'DWORD',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue