Giving A Normal User Rights To Control A Service With subinacl
Normally starting and stopping a service requires administrator privileges, but you can assign a normal user the right to control an individual service. You do this with the subinacl.exe utility included in the Windows Resource Kit. You can also download it here:
To give the user “John” the right to start and stop the TestService service, log on as administrator and run the following command:
subinacl /SERVICE “TestService” /GRANT=john=TO
You can also give a user right to control a service through the use of Group Policies:
http://support.microsoft.com/default.aspx?scid=kb;en-us;288129
No comments yet.
Leave a comment
Recent Posts
- Passwordless root SSH Public Key Authentication on CentOS 6
- Setting up DHCP on an Enslaved VLAN Bridge on CentOS Linux
- Identifying BlueArc Mercury M100 Hardware Revision
- BlueArc EVS Routing
- Disabling CIFS Authentication on a BlueArc EVS In Standalone Security Mode
- Running TeamSpeak 3 Server As A Service With FireDaemon
- Configuring iSCSI on CentOS 5.6
- Disable pagefile – will it increase Windows Server performance?
- How do I increase my Game Performance
- Scheduling a Service to run once per day.