For the script:
@echo off
title Applying Noah service rights, please wait...
cd c:/subinacl
subinacl /service NoahServer /grant=%Computername%\user=TOP
subinacl /service NoahClient /grant=%Computername%\user=TOP
pause
This script grants using Subinacl users administrative rights over certain services. However as you can see this is only for one user named(user) on the computer %Computername%.
I was wondering if there is a possibility to run the 2 lines starting with Subinacl for all users on the local computer.
Thanks