System.ServiceProcess.ServiceController myController = new System.ServiceProcess.ServiceController("aaaa");
myController.Stop();