Application permissions

  • Thread starter Thread starter Dave B
  • Start date Start date
D

Dave B

Is it possible to set up applications so that they ALWAYS
run in the context of administrator? We are a school, and
must run some programs that require administrative rights
on machines, but we don't want to give students full
rights or Power User rights to the machine. Using
the "Run As..." option won't really help, since that will
give them a username and password with admin rights. Any
ideas?
 
I don´t know if it is a good way to solve it ...

You can create a .bat file with the command line that uses Run as and @echo
off (the users cannot see the command executed) . And, then, set the
permission for that file for execute only (advanced permissions).
 
Back
Top