For Each prog As Process In Process.GetProcesses If prog.ProcessName = "ProcessName" Then prog.Kill() End If Next