From 651e823c30c100c82897c76cb09843303527fe51 Mon Sep 17 00:00:00 2001 From: Clint Rutkas Date: Tue, 8 Feb 2022 08:20:01 -0800 Subject: [PATCH] adding in hybrid shutdown for fast startup (#16151) https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/shutdown --- .../Plugins/Microsoft.PowerToys.Run.Plugin.System/Main.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.System/Main.cs b/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.System/Main.cs index a2a50c2713..72be724a20 100644 --- a/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.System/Main.cs +++ b/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.System/Main.cs @@ -119,7 +119,7 @@ namespace Microsoft.PowerToys.Run.Plugin.System IcoPath = $"Images\\shutdown.{IconTheme}.png", Action = c => { - return ExecuteCommand(Resources.Microsoft_plugin_sys_shutdown_computer_confirmation, () => Helper.OpenInShell("shutdown", "/s /t 0")); + return ExecuteCommand(Resources.Microsoft_plugin_sys_shutdown_computer_confirmation, () => Helper.OpenInShell("shutdown", "/s /hybrid /t 0")); }, }, new Result