Skip to content

Commit f750517

Browse files
committed
ensure hibernation is enabled when activating fast startup
1 parent 40e74a6 commit f750517

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/features/tweaks/utilities/utilities_service.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ powercfg -h off
142142
@override
143143
Future<void> enableFastStartup() async {
144144
await Future.wait([
145+
enableHibernation(),
145146
WinRegistryService.writeRegistryValue(
146147
Registry.localMachine,
147148
r'System\ControlSet001\Control\Session Manager\Power',

0 commit comments

Comments
 (0)