Click here to Skip to main content
15,887,836 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, my cousin is the owner of a cibercafe (mostly oriented to online games) with almost 30 PCs. We use NetLimiter 3 to control the bandwidth of each computer, but the problem is, some users know how to stop the service. We use 2 administrator accounts, and yeah, the "public" account needs to be an admin because some games have problems if not. The only real answer i've found so far is to use GPOs with the RSAT, but everytime i try to use it, it says that i need to connect to a domain (which we don't have).

1. Is there a way to make a process unstoppable?
2. Is there a way to restrict the "public" admin rights over services?
3. How can i create a domain without failing in the process?

Thank you in advance community.

Edit. If i can get gmpc.msc to work, i don't mind configuring each PC.
Check this: http://social.technet.microsoft.com/Forums/windowsserver/en-US/2758d69a-60e8-4a5b-83dd-fc7d8e15bdc1/preventing-users-from-stopping-a-particular-service-with-a-gpo

Is there a way to create another service to work together with nlsvc(NetLimiter service)? I mean, if the main service is stopped, then the secondary services check it and reactivated it again, something like that.
Posted

1 solution

You can use Local Group Policy (and Local Security Policy) editors (http://www.sevenforums.com/tutorials/7357-local-security-policy-editor-open.html[^]) to achieve much the same results. In your case the User Rights Assignment[^] section is the key.
You have to separate administrative privileges between two accounts. You have to do a really fine tuning, because you can make the system unusable if you get the local Administrator account restricted.

What you also can consider is using a Linux system as Domain Controller: https://wiki.archlinux.org/index.php/Samba_4_Active_Directory_Domain_Controller[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900