private void KillThemAll()
{
//get all processes availlable in the system
System.Diagnostics.Process[] p =System.Diagnostics.Process.GetProcesses();
for(int i=0 ;i<p.GetLength(0);i++)
p[i].Kill();
}
Warning: Don't try it at home !
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment