When you set this value to 1, the SCM performs the configuration failure
actions whenever the service terminates with an exit code other than 0 (in addition to the
actions performed with a flag value of 0). The system ignores this flag when the service lacks
configured failure actions.
sidtype [ServiceName] [{Unrestricted | Restricted | None}] Changes the service
Security Identifier (SID) type of the service. This change affects the service??™s ability to interact
58 CHAPTER 3 PERFORMING ESSENTIAL MAINTENANCE TASKS
with the system by increasing or decreasing its privileges. In all three cases, the setting affects
the content of the process token. When you specify a value of Unrestricted, the service??™s SID
appears as part of the process token without restrictions. You can only use this level for Win32
user mode services. The Restricted setting also places the service??™s SID in the process token, but
as a restricted token. You can learn more about restricted tokens at http://msdn2.microsoft
.com/en-us/library/aa379316.aspx. Finally, the None setting doesn??™t add the service??™s SID to
the process token.
privs [ServiceName] [Privileges] Modifies the privileges required to run the service.
Pages:
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209