diff --git a/App.config b/App.config index 1f43e1e..bb13005 100644 --- a/App.config +++ b/App.config @@ -14,6 +14,7 @@ + diff --git a/Control/UserControls/PannelCard/RightCardControl.xaml.cs b/Control/UserControls/PannelCard/RightCardControl.xaml.cs index 5aed98e..f7b3b0d 100644 --- a/Control/UserControls/PannelCard/RightCardControl.xaml.cs +++ b/Control/UserControls/PannelCard/RightCardControl.xaml.cs @@ -281,6 +281,9 @@ namespace GeekDesk.Control.UserControls.PannelCard Process.Start("cmd"); } break; + case "Services": + Process.Start("services.msc"); + break; } //如果开启了贴边隐藏 则窗体不贴边才隐藏窗口 if (appData.AppConfig.MarginHide) diff --git a/Resource/Image/SystemIcon/Services.png b/Resource/Image/SystemIcon/Services.png new file mode 100644 index 0000000..fd03a44 Binary files /dev/null and b/Resource/Image/SystemIcon/Services.png differ