HugoBoss777

Kill Process

Sep 7th, 2015
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.12 KB | None | 0 0
  1.  For Each Process As Process In Process.GetProcessesByName("ProcessNameHere")
  2.                 Process.Kill()
  3.             Next
Advertisement
Add Comment
Please, Sign In to add comment