using System.Diagnostics; //關閉執行中程式 Process[] list = Process.GetProcessesByName("IExplore");//關閉"IExplore",也可以關閉火狐"firefox" foreach (Process p in list) { p.Kill(); }
沒有留言:
張貼留言