參考引用來源:How to kill any process using VB.NET
--
For Each prog As Process In Process.GetProcesses
If prog.ProcessName = "ProcessName" Then
prog.Kill()
End If
Next
說明:
ProcessName --> 執行檔 exe 檔 ,檔名 (不含 .exe)
沒有留言:
張貼留言