In this article
Windows Service
Windows Service Attributes
Name | Type | Description |
---|---|---|
Service Name | String | The name of the windows service
Sample Values:
ALG
AppIDSvc Appinfo |
Service Display Name | String | The windows service display name
Sample Values:
Application Layer Gateway Service
Application Identity Cryptographic Services |
Service Description | String | A brief description of the windows service
Sample Values:
Enables a computer to recognize and adapt to hardware changes with little or no user input. Stopping or disabling this service will result in system instability.
Provides support for 3rd party protocol plug-ins for Internet Connection Sharing Microsoft .NET Framework NGEN |
Service Caption | String | The title or explanation of the windows service
Sample Values:
Application Management
Windows Audio Endpoint Builder Background Intelligent Transfer Service |
Service Status | String | The current status of the service e.g. Starting, Stopping, etc.
Sample Values:
OK
|
Service Started | Boolean | Indicates whether or not the service is started
Enum Values
|
Service Start Mode | String | The service start mode e.g. Auto, Manual, Disabled, etc.
Sample Values:
Manual
Auto Disabled |
Service System Name | String | Name of the machine that hosts this service
Sample Values:
US-NY02-4241
SERVER-CIX-RDC1 SERVER-DK-747 |
AcceptPause | Boolean | Indicates whether the service can be paused
Enum Values
|
AcceptStop | Boolean | Indicates whether the service can be stopped
Enum Values
|
DesktopInteract | Boolean | Indicates whether the service can create or communicate with windows on the desktop
Enum Values
|
Executable Path Name | String | Fully qualified path to the service executable file
Sample Values:
C:\WINDOWS\system32\svchost.exe -k netsvcs -p
C:\WINDOWS\system32\svchost.exe -k LocalSystemNetworkRestricted -p |
Service Type | String | The type of service provided to calling processes e.g. Own Process, Share Process, etc.
Sample Values:
Share Process
Own Process |
Start Name | String | The account name under which the service runs
Sample Values:
NT AUTHORITY\LocalService
NT AUTHORITY\NetworkService |
Service Check Point | String | Value that the service increments periodically to report its progress during a long start, stop, pause, or continue operation |
Error Control | String | Indicates the severity of the error if the service fails to start during startup
Sample Values:
Normal
Ignore |
Exit Code | String | Windows error code that defines errors encountered in starting or stopping the service
Sample Values:
0
1077 1068 1067 58 |
Service Specific Exit Code | String | Service-specific error code for errors that occur while the service is either starting or stopping |
Process ID | String | Process identifier of the service
Sample Values:
520
1200 504 |
Tag ID | String | Unique tag value for this service in the group |
Wait Hint | String | Estimated time required, in milliseconds, for a pending start, stop, pause, or continue operation |
Leave A Comment