You use this
option for diagnostic purposes.
qsidtype [ServiceName] Queries the service??™s SID type.
qprivs [ServiceName] [BufferSize] Queries the privileges required to run the service.
You can see a listing of common privilege constants at http://msdn2.microsoft.com/en-us/
library/aa375728.aspx.
delete Removes a service from the registry, which means that the system won??™t activate it and
that the service won??™t appear in the Services console.
create ServiceName binPath= Path Creates a service by querying the executable and adding
any required entries to the registry. The creation process requires that you supply a service
name and the path to the binary (executable) file. In addition, you can provide configuration
options for the service as defined in the following list. Make sure you include the space between
the equals sign (=) and the value.
type={own | share | interact | kernel | filesys | rec | adapt} Defines the
service type. Change this setting only if the vendor requests that you do so.
start={boot | system | auto | demand | disabled} Defines the method the system
uses to the start the service. The auto option always starts the service when the system
starts, while the disabled option prevents the service from ever starting.
Pages:
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211