This commit is contained in:
WXRIW 2023-09-22 14:14:22 +08:00
parent 9a6344884f
commit eb3d36dcaa

View File

@ -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)
{