You
don??™t need to provide a password for the LocalSystem driver object.
control Value Sends a control code to a service. Control codes generally ask the service to
perform a task. The control code can be a standard value such as paramchange, netbindadd,
netbindremove, netbindenable, or netbinddisable. Many services also provide custom control
codes. You must obtain these custom codes from the vendor documentation.
sdshow Displays the security descriptor for a service in Security Descriptor Definition Language
(SDDL) format. You can learn more about SDDL at http://msdn2.microsoft.com/
en-us/library/aa379567.aspx.
sdset SD Sets the service??™s security descriptor. You must provide the security descriptor in
SDDL format. You can learn more about SDDL at http://msdn2.microsoft.com/en-us/
library/aa379567.aspx.
showsid Name Displays the SID string associated with a service based on the arbitrary name
you provide as input. The name can be of an existing service or a service that doesn??™t exist on the
local machine. The resulting string lets you query the security of a service.
GetDisplayName KeyName [BufferSize] Obtains the display name (the one shown in the
Services console) for a service based on its key name.
Pages:
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213