try { foreach (Process proc in Process.GetProcessesByName("nanumtip")) { proc.Kill(); } } catch(Exception ex) { MessageBox.Show(ex.Message); }