Windows Service Manager 1.0

By JD Software Inc.

Freeware 16 May 2011

In category

Components > System > System

Description

The Windows Service Manager (TWinSvcMgr) is a non-visual drag-and-drop Delphi component to interact with windows services.
  • Get listing of installed services
  • Filter listing by service type
  • Get details of service, including status, startup type, dependencies, description
  • Start, stop, pause, continue, install, and uninstall services
  • Easily access a service by name

NOTE: This component is still in the development stages, but is fully functional.

Example usage:

function GetService(Name: String): TWinSvc;
begin
  Result:= ServiceManager.Services[Name]);
end;

procedure StartService(Name: String);
begin
 ServiceManager.Services[Name].Status:= svStarted;
end;

Informations

  • Status: Demo only
  • Source: FW
  • Size: 903 855kB

Platforms:

  • Delphi 7

Downloads