How to start a NT service

  • Thread starter Thread starter yxq
  • Start date Start date
Simply by giving the following command:

Dim o As New System.ServiceProcess.ServiceController("messenger")

o.Start()


Regards,

--

Nico Debeuckelaere

ND-Sign BVBA (Microsoft Certified Partner since 2004)
URL: http://www.nd-sign.com
== ND-Sign, Designed for you ==
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
 
Back
Top