diff --git a/Ink Canvas/MainWindow.xaml.cs b/Ink Canvas/MainWindow.xaml.cs index c0d4d23..877e8bf 100644 --- a/Ink Canvas/MainWindow.xaml.cs +++ b/Ink Canvas/MainWindow.xaml.cs @@ -118,7 +118,8 @@ namespace Ink_Canvas processes = Process.GetProcessesByName("SeewoIwbAssistant"); if (processes.Length > 0) { - arg += " /IM SeewoIwbAssistant.exe"; + arg += " /IM SeewoIwbAssistant.exe" + + " /IM Sia.Guard"; } } if (Settings.Automation.IsAutoKillEasiNote)