We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40e74a6 commit f750517Copy full SHA for f750517
src/lib/features/tweaks/utilities/utilities_service.dart
@@ -142,6 +142,7 @@ powercfg -h off
142
@override
143
Future<void> enableFastStartup() async {
144
await Future.wait([
145
+ enableHibernation(),
146
WinRegistryService.writeRegistryValue(
147
Registry.localMachine,
148
r'System\ControlSet001\Control\Session Manager\Power',
0 commit comments