0
ServiceController service = new ServiceController("MyServiceName"); if ((service.Status.Equals(ServiceControllerStatus.Stopped)) || (service.Status.Equals(ServiceControllerStatus.StopPending))) service.Start(); else service.Stop();
其對XP 32位的工作,但不能在Win工作7.ti拋出否認了異常訪問。 是否有任何解決方案this.plz幫助我。