Run As function

  • Thread starter Thread starter Chris W
  • Start date Start date
C

Chris W

Is there a way to configure an application shortcut so it will
automatically run as a predefined user with a predefined password with
out any interaction from the user.

I have an application that automatically updates its self and those
updates only work if it has administrator rights. But I don't want the
users to have administrator rights so I want just that program to have
administrator rights. I know how to do it manually with the run as
dialog but I don't want the users to have to type in a password and I
don't want them to even know the password.

Chris W
 
Chris said:
Is there a way to configure an application shortcut so it will
automatically run as a predefined user with a predefined password with
out any interaction from the user.

I have an application that automatically updates its self and those
updates only work if it has administrator rights. But I don't want
the users to have administrator rights so I want just that program to
have administrator rights. I know how to do it manually with the run
as dialog but I don't want the users to have to type in a password
and I don't want them to even know the password.

Chris W

would this help any?

http://www.jsiinc.com/SUBG/TIP3200/rh3292.htm
 
The best solution is to change the ACLing on what the app
is modifying so that change is granted to Users group.
All ways of force-feeding adm credentials so as to run the
app as adm in the user's context have issues with that user
being able to access (or try as they are able) those creds.
 
Chris said:
Is there a way to configure an application shortcut so it will
automatically run as a predefined user with a predefined password with
out any interaction from the user.

I have an application that automatically updates its self and those
updates only work if it has administrator rights. But I don't want the
users to have administrator rights so I want just that program to have
administrator rights. I know how to do it manually with the run as
dialog but I don't want the users to have to type in a password and I
don't want them to even know the password.

A very good but expensive solution would be to have your programmers
modify that app so that part of it runs as a service (under the LOCAL
SYSTEM context), and that part would handle the updating.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Wifi Network Issue 0
Help With MS Access 4
Excel Excel macro and passwords 3
Run as 1
Run As Other User default account 4
Admin Account(s) 2
Force asking to "Run as administrator" 2
Inheireted computer 3

Back
Top