Allow user to Start/stop certian Service

M

marka2k

We are running a managed enviroment, users do not have Administrator Rights
to desktops. However we have run across certain situations where it would be
beneficial to allow a user to be able to start/stop certain services is
there a way to allow this?



Thank you
 
J

jeff4379

You can make a batch file that will start/stop the service.

the command is

net start SERVICENAME
or
net stop SERVICENAME


(where SERVICENAME is the name of the service...which can be found when you
look at the details of the service services.msc)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top