preventing users form stopping services

S

steve

Hi All

How can I prevent normal users from stopping services on a Win2K
Professional box that is not a domain member?

I can't find anything like that in the local policy editor?

Thanks!!
 
H

Herb Martin

steve said:
Hi All

How can I prevent normal users from stopping services on a Win2K
Professional box that is not a domain member?

I can't find anything like that in the local policy editor?

I really don't think that an ordinary User can do this.

Are these users members of the Computer adminstrators
group?

LGPO (Local Group Policy object) editor will allow
you to set many of the things you can do with Group
Policy.

You can also use the Security Configuration and
Analysis Console to import and apply security
templates. (Compat->Basic->Secure->HiSec
and custom)
 
J

Jerold Schulman

Hi All

How can I prevent normal users from stopping services on a Win2K
Professional box that is not a domain member?

I can't find anything like that in the local policy editor?

Thanks!!
Get SubInACL from tip 8530 in the 'Tips & Tricks' at http://www.jsiinc.com
See tip 3896.

SUBINACL /SERVICE \\ComputerName\ServiceName /Deny=UserName=O




Jerold Schulman
Windows Server MVP
JSI, Inc.
http://www.jsiinc.com
 
P

ptwilliams

That's interesting...are you saying that users can start and stop services
by default? I was under the impression this was an administrative right...

--

Paul Williams

http://www.msresource.net/
http://forums.msresource.net/

Hi All

How can I prevent normal users from stopping services on a Win2K
Professional box that is not a domain member?

I can't find anything like that in the local policy editor?

Thanks!!
Get SubInACL from tip 8530 in the 'Tips & Tricks' at http://www.jsiinc.com
See tip 3896.

SUBINACL /SERVICE \\ComputerName\ServiceName /Deny=UserName=O




Jerold Schulman
Windows Server MVP
JSI, Inc.
http://www.jsiinc.com
 

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