Dim Se As System.ServiceProcess.ServiceController
For Each Se In System.ServiceProcess.ServiceController.GetServices
If Se.DisplayName = "Alert" Then
Se.Stop()
End If
Next
For Each Se In System.ServiceProcess.ServiceController.GetServices
If Se.DisplayName = "Alert" Then
Se.Stop()
End If
Next
تعليقات
إرسال تعليق