Home All Groups Group Topic Archive Search About

how to restart window service (e.g. spoolsv.exe)

Author
14 Sep 2006 2:58 AM
Win
as title

Thanks

Author
14 Sep 2006 4:31 AM
Truong Hong Thi
System.ServiceProcess.ServiceController.GetServices()
To restart, call Stop first, then Start.

Win wrote:
Show quoteHide quote
> as title
>
> Thanks