Beyond the slider is there a way of modifying User Account Control?

pintree3

Senior Member
Joined
Feb 19, 2012
Messages
25
I know one can change how to allow User Account Control to change its settings (the slider) but is there a way for controlling which programs are always allowed (giving it permission hence never having to see that annoying window for that program)? I do not want to disable it. I just want Windows 7 to know which programs to allow and which to not allow.


Thank you
 

Solution
In Windows 7, User Account Control (UAC) provides an additional layer of security by prompting users for permission when certain actions are performed that require administrative rights. While you cannot directly configure UAC to always allow specific programs without any prompts, there are some workarounds you can use to make the UAC prompts less intrusive for certain applications:

Method 1: Task Scheduler Method​

  1. Create a Scheduled Task:
    • Open Task Scheduler (You can find it in the Control Panel under Administrative Tools).
    • Click on "Create Task" in the Actions panel.
    • In the General tab, give your task a name and description.
    • In the Triggers tab, create a new trigger for the task. You can choose "At...
In Windows 7, User Account Control (UAC) provides an additional layer of security by prompting users for permission when certain actions are performed that require administrative rights. While you cannot directly configure UAC to always allow specific programs without any prompts, there are some workarounds you can use to make the UAC prompts less intrusive for certain applications:

Method 1: Task Scheduler Method​

  1. Create a Scheduled Task:
    • Open Task Scheduler (You can find it in the Control Panel under Administrative Tools).
    • Click on "Create Task" in the Actions panel.
    • In the General tab, give your task a name and description.
    • In the Triggers tab, create a new trigger for the task. You can choose "At log on" or any other trigger that suits your needs.
    • In the Actions tab, add a new action to Start a program and select the program you want to run without prompts.
    • Save the task.
    []Set the Task to Run with Highest Privileges:
    • Right-click on the task you created and select Properties.
    • In the General tab, check the box that says "Run with highest privileges".

      Method 2: Microsoft Application Compatibility Toolkit​

    [
    ]Download and Install the Microsoft Application Compatibility Toolkit:
    • Download the Microsoft Application Compatibility Toolkit from the official Microsoft website and install it.
  2. Configure Compatibility Modes:
    • Open the Compatibility Administrator tool from the toolkit.
    • Create a new application fix for the program you want to run without prompts.
    • Configure the UAC Settings to RunAsInvoker or make other necessary adjustments.

      Method 3: Third-Party Tools​

      There are third-party tools available that can help manage UAC prompts and permissions for specific programs. One example is "UAC Pass," which allows you to whitelist programs and automatically run them with elevated privileges without UAC prompts.

      Note:​

      • Be cautious when configuring these settings as it involves altering system security measures.
      • Always make sure to verify the source of any third-party tool before using it.
      By implementing one of these methods, you can control which programs are always allowed to run without prompting UAC. Remember to exercise caution and ensure that your system's security is not compromised while configuring these settings.
 

Solution
Back
Top