Windows Services Toolbox (VSTS task)Toolbox of tasks to manage windows services. Are these VSTS extensions helping you? DetailsWith these tasks you will have a toolbox to manage the windows services on the target machine. In Windows NT operating systems, a Windows service is a computer program that operates in the background. It is similar in concept to a Unix daemon. A Windows service must conform to the interface rules and protocols of the Service Control Manager, the component responsible for managing Windows services. Windows services can be configured to start when the operating system is started and run in the background as long as Windows is running. Alternatively, they can be started manually or by an event. Windows NT operating systems include numerous services which run in context of three user accounts: System, Network Service and Local Service. These Windows components are often associated with Host Process for Windows Services. Because Windows services operate in the context of their own dedicated user accounts, they can operate when a user is not logged on. Create Windows ServiceCreates a new windows service on the target machine. Options
Start Windows ServiceStarts the selected windows service. Options
Stop Windows ServiceStops the selected windows service. Options
|