PDA

View Full Version : Controlling Access to Software (WNT)


lproud
05-17-2002, 10:51 AM
I have witten a batch file that uses CACLS and disables access to certain software on a workstation. The batch file works but only when ran as admin because normal users do not have sufficient rights to change permissions. Is there anyway I can 'trick' NT into running the script with admin rights so that when a normal user logs on the script runs and changes the permissions.

ywhw
06-26-2002, 02:24 AM
what about doing this backwards. Disable the apps, but only allow admins to enable?