binPath=BinaryPathName Specifies the location of the service??™s executable on the hard
drive.
group=LoadOrderGroup Specifies the service??™s group, which defines the order in which
the service loads, among other things.
tag={yes | no} Specifies whether the system obtains a tag identifier from the
CreateService() function call. The system only uses tag identifiers for the boot-start
and system-start drivers.
depend=Dependencies Defines one or more dependencies for this service to start. The
requested service must start before this service can start. Separate each of the dependencies
with a slash (/).
obj=AccountName | ObjectName Specifies an account name or a driver object name to
use to run the service. This entry defines the security for the service. The default setting is the
LocalSystem driver object.
DisplayName=display_name Defines the name that the user sees in the Services console.
password=password Specifies a password the service must use to log into the system. You
don??™t need to provide a password for the LocalSystem driver object.
description Changes the description of a service.
failure Specifies the action the system should take in case of a service failure.
Pages:
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207