diff --git a/src/modules/launcher/Plugins/Wox.Plugin.Shell/Settings.cs b/src/modules/launcher/Plugins/Wox.Plugin.Shell/Settings.cs index af149e8290..616f28cad5 100644 --- a/src/modules/launcher/Plugins/Wox.Plugin.Shell/Settings.cs +++ b/src/modules/launcher/Plugins/Wox.Plugin.Shell/Settings.cs @@ -4,10 +4,10 @@ namespace Wox.Plugin.Shell { public class Settings { - public Shell Shell { get; set; } = Shell.Cmd; + public Shell Shell { get; set; } = Shell.RunCommand; public bool ReplaceWinR { get; set; } = true; public bool LeaveShellOpen { get; set; } - public bool RunAsAdministrator { get; set; } = true; + public bool RunAsAdministrator { get; set; } = false; public Dictionary Count = new Dictionary();