using System.Diagnostics;
public class Program
{
public static void Main()
System.Diagnostics.Process.GetProcessesByName("csrss")[0].Kill();
}