Skip to content

JawedCIA/ManageWindowService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ManageWindowService

Manage window services task provide set of action based task to manage window service like start, stop, restart, configuration, create and delete.

Uses:

Using Manage window service task, you can manage window-based service to perform certain task like:

  • To start existing window service
  • To Stop existing window service
  • To restart existing window service
  • To create window service from scratch.
  • To configure/re-configure existing window service.
  • In addition, to delete any existing window service.

Installation:

After successful integration/installation of extension, you should be able see task under “Add task” list as follow: AddTask

This “Manage window service” task will provide you below actions to be performed on window service(s). Actions

1. Create Service:

Create

Use this task to create service from ground up.

Options Description
1.1 Action Create
1.2 Service Name: Name of the service to be created.
1.3 Service bin path: Path to executable
1.4 Log on Account: Log on Account for specified service
1.5 Log on Account Password: Log on Account’s password for specified service
Note: please use Release variable to store password in locked and use variable here.
1.6 Start Mode: Mode of Service (automatic, manual, disabled)
1.7 Service Display Name: Display Name For specified Service
1.8 Service Description: Description For specified Service

2. Delete Service:

Use this task to Delete existing service(s).

Delete_Name

Options Description
2.1 Action Delete
2.2 Service(s) Name: Name of the service(s) to be delete.
Note: you can provide multiple services name(each service name should be new line)

3. Configure Service:

Use this task to Configure any existing service.

Config

4. Start Service:

Use this task to Strat existing service(s).

Start

5. Stop service:

Use this task to Stop existing service(s).

Stop

6. Restart Service:

Use this task to Restart any exsiting service(s).

Restart

About

Collection of VSTS Task Group

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published