|
Services
Services feature allows you to manage services on remote computers. You can view services, start & stop service, install service, etc. on many computers easily.
In Services dialog, General tab provides eight actions.
- View services
Enumerate all or specified services and display service information such as service name, display name, service status, startup type, account, description, module, etc in the View tab. If no service name is specified in Service Name field, all services will be returned. Otherwise only the specified services will be returned.
- Start services
Start one or more services on remote computers.
- Stop services
Stop one or more services on remote computers.
- Pause services
Pause one or more running services on remote computers.
- Continue services
Continue one or more pausing services on remote computers.
- Restart services
Restart one or more services on remote computers. The stopped service will also be start.
- Startup type
Modify one or more services' startup type to be automatic, manual or disable.
- Delete services
Delete one or more services on remote computers. The running service will be stopped before deleting.
Install tab provides service installation functionality.
- Service name
specifies the name of the service to install.
- Display name
Specify the display name which to be used by user interface programs to identify the service.
- Description
Specify the description of the service. This field is optional.
- Service type
Provide two service types, Standalone Service and Share-process Service. If the service will run in its own process, select Standalone Service. If the service will share a process with one or more other services, select Share-process Service.
- Startup type
Provide three startup types, Automatic, Manual and Disable. Please note that by default a service is not started after installing, even if its startup type is Automatic.
- Service executable file
Specify the executable file for the service to be installed.
- Copy this file to system32 directory on remote system
The service execute file must must exist on remote system. Otherwise you should turn on this check box, and click Browse button to specify a local file. LanHelper will automatically copy it to remote system.
- Parameter
Specify the parameter for the service executable file. This field is optional.
- Additional files to be copied
Specify some files required for the service installation to system32 directory on remote system.
- Allow service to interact with desktop
Most of services do not require this option, unless the service has a user interface and receives user input.
- Start service after installation complete
A service is not started after installation. Turn on this option to start it.
In View tab you can view all information returned by View Service action. You can perform all previous eight actions for one or more selected services.
- Service properties
Show detail of the selected service in Service Properties dialog. In this dialog you can modify display name, description, startup type, etc.
- Export HTML
Export all data in the tree control to an HTML report.
|