diff --git a/Ink Canvas/MainWindow.xaml.cs b/Ink Canvas/MainWindow.xaml.cs index 27cf61e..c0d4d23 100644 --- a/Ink Canvas/MainWindow.xaml.cs +++ b/Ink Canvas/MainWindow.xaml.cs @@ -115,6 +115,11 @@ namespace Ink_Canvas { arg += " /IM PPTService.exe"; } + processes = Process.GetProcessesByName("SeewoIwbAssistant"); + if (processes.Length > 0) + { + arg += " /IM SeewoIwbAssistant.exe"; + } } if (Settings.Automation.IsAutoKillEasiNote) {