How to add exception in UAC list so that software runs without asking

Whenever i run few application it asks for UAC list , i have to press continue to run that software. Is there any way to add some program which i need on daily basis so that i don't have to press continue every time

1

3 Answers

No, there is no exception list for UAC.

A easy way to bypass UAC for certain programs, without disabling UAC, is to use Elevator. It will add the Elevate Me option to the context menu of programs:

alt text

7

There is a new free tool called LOGINstall which you can use to create UAC exception lists.

It was designed to install software as a simple user (the admin decides which commands can be executed). However you can install this tool complete on your local system and define your own commands/executables.

LOGINstall is a tool helping unprivileged users to execute administrative commands which have been predefined by the network administrator. These can be interactive setups or configuration procedures that are started in the user logon script. Even older applications - from the time before Windows 7 - often only can be performed in the administrative context. When starting such an application the unprivileged user has to specify an administrative user name and a password via the User Account Control (UAC).

Additional information; To elevate without prompt follow the steps below.

Steps to follow:

  1. Click Start and in the instance search type Local Security Policy and as it appears in the search result, press Enter to run it, note: UAC will prompt. So pass the UAC prompt correctly. (Note: You can also press Win + R and when the Run dialog appears type: secpol.msc and press Enter).
  2. Now expand the Local Policies tree, and click on the Security Options.
  3. On the right-side a list of security settings will appear, search for "User Account Control: Behavior of the elevation prompt for administrators in Admin Approval Mode".
  4. Right-click on it and choose Properties a dialog will appear.
  5. In the middle of the dialog, you'll see a combo box with the default value = "Prompt for consent for non-Windows binaries".
  6. Click on that comboBox and choose "Elevate without prompting", click Apply and OK (Note: This does NOT require a PC reboot).
  7. Double click on the program to verify if it works, but, trust me this will work.

And please look at these 7 ways too

I hope this information was helpful...

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like