Related resources for GetServices
  • Service Explorer10/13/2012 5:45:51 AM. This program manages services running in your computer. You can use the GetServices method on the ServiceController class to retrieve a list of the services on a particular computer.
  • Get all Services on a System using C#8/3/2010 11:20:15 PM. How to get all services installed on a machine using C#.
  • Windows Services Admin: Control Your Windows Services5/22/2007 12:10:17 AM. In this article, we will create an application to control Windows services on our local computer as well as on remote computers. You can simultaneously Stop or Start multiple Services on the local computer or on the specified remote computer.
  • Controlling behavior of existing services in system2/23/2006 4:36:25 AM. This article shows how to access the windows services in your system and change the behavior of the services from your application.