run as

  • Thread starter Thread starter Simone
  • Start date Start date
S

Simone

In a windows 2003 domain with windows xp sp2 clients, on that clients I've
an application that must be run as adminstration rights.
So I need that when a user start this application this run as administration
rights in automatic.
How can I do that ?
Have you got some ideas?

Thanks to all
 
Use the /SAVECRED command line switch. But this creates a security hole because it saves the credentials for all future uses of RunAs, with the same username. You're better off finding out why this program needs administrator rights and adjusting the file/registry permissions to allow those users to run it.
 
Thank you ... but I allready try to adjusting the file/registry permissions,
but the program doesn't work very well. It's autodesk 2002.

"Doug Knox MS-MVP" <[email protected]> ha scritto nel messaggio
Use the /SAVECRED command line switch. But this creates a security hole
because it saves the credentials for all future uses of RunAs, with the same
username. You're better off finding out why this program needs
administrator rights and adjusting the file/registry permissions to allow
those users to run it.
 
Back
Top