Windows 7 – How to Grant Admin Rights on an Application

administratorwindows 7

I'm want to grant a user administrative rights to one application on Windows 7.
I don't want them to be able to have full admin rights, but admin rights are required for one of the applications they need to use.

Is there a way to set up a batch script or something where the user won't know it's being run as admin?

Or is there another way?

How can I accomplish this?

Best Answer

I have used RUNASSPC with great success. It allows you to create a short cut to the program with encrypted administrator credentials.

So the program is run with administrative privileges even if started from a normal user account, but the normal user can't (easily) access the administrator credentials.

Many examples are available here.

Related Question