How to give Admin rights to a specific User or All Users for an Application | Nagarams Blog

Tuesday 16 December 2014

How to give Admin rights to a specific User or All Users for an Application

Rate this Post:

Lots of time we think  How to give Admin rights to a specific User or All Users for an Application.
If you want to allow other users to access only specific applications on your system through user login, which run only with admin privileges and you don't want to reveal your admin password to them, then you have to do few simple steps to allow users to access only those apps with admin rights with out prompting for admin password.
admin rights to users


1. Log- in to the specific user account
2. Create a short cut of the app on the desktop and open properties by right clicking
3. Click on the shortcut tab
4. On the Target column, before  the file path type

     C:\Windows\System32\runas.exe /savecred/user:Administrator

5. Remove quotes for file path and keep a single space after Administrator
6. Click on OK.

Now open that shortcut, it will prompt for password of admin, just for one time only, type it and click OK.

Thats it, now a specific user can access that app as admin with out need of administrator password.

If you want to allow all users to access a specific app as admin then follow the steps below:

1.Open the location of application in C:\Program Files or C:\Program Files (x86)
2. Right click on application and click on Properties
3. On the Compatibility tab click on "Change settings for all user" button
4. On the pop-up window in "Privilege level" column put "TIC" on "Run this program as an administrator"
5. Click OK

Now all users in your system can access that app as admin with out need of admin password.


 You may also Like:





Thank you
Please leave your Comments

No comments :

Post a Comment