I've tried giving the user id full control to the reg keys
for the service, services.exe and the .sys for the service
itself.
The service is set to manual, using localsystem. I get a
security failure audit, event id 560. I can do it as an
administrator.
Thanks in advance.
In the absence of a better suggestion, you could try this:-
Setup a batch file for the user to execute when they want to
stop/start the service. Have this batch file drop a text message
(for instance, the mesage is either STOP or START) into a network
share to which only they have write access.
Have another batch file monitor the share (running in the context
of a user with sufficient rights) that act upon then deletes the
message.
--
Ritchie
Undo address for mail
Ok, you need the awesome and free SETACL util from:-
http://www.helge.mynetcologne.de/setacl
I can confirm it does exactly what you want (at least on an NT4.sp6a
workstation)
hth
--
Ricardo M. Urbano
Microsoft Windows 2000/NT MVP
>.
>
Just curious, why don't you use SETACL, it allows you to explicitly
specify which user/group can stop/start an individual service? Is it
because its a third party util or something else?
Or use regmon to see what keys SETACL is altering.