Running a user program with admin privileges

  • Thread starter Thread starter Vinoj
  • Start date Start date
V

Vinoj

Hi,

Is there a way to run a program under a normal user
profile with admin rights w/o having to supply a password
via runas?

We have an app that interfaces with different hardware
outside the computer as well as different parts of the
os. Can the specified program be setup to run with admin
rights all the time? Thanks.

Vinoj
 
No direct way...

a solution is to use vbs but it's not very secure !

otherwise, you can use a program call SuperExec... It's
exactly what you want.
All informations about admin rights are encrypt in the
registry and you can configure a counter or an expiration
date to limit the number of execution under the normal
user profile.

http://www.bellamyjc.net/fr/windows2000.html#superexec

It's a french site, but there's an english version of the
software.
http://www.bellamyjc.net/download/superexec/en/installse.z
ip
 
Back
Top