You can disable and turn off User Access Control (UAC) feature in Windows Vista but it is probably a bad idea as it may compromises the system security, and also breaks IE7 protected mode. However, with UAC on, users will always be prompted with dialog box of “A program needs your permission to continue” or “Windows need your permission to continue” whenever system needs to elevate to state with administrator’s rights to perform system changes, which is pretty annoying.

UAC Permission Prompt

A new tweak makes it possible to leave UAC turns on and continue running Internet Explorer 7 in protected mode while skip or auto answer ‘Continue’ or auto consent to all UAC’s ‘needs your permission to continue’ privileges elevation request dialog prompt. In other word, UAC behavior will change to work in silent mode or quiet mode, with all administrative tasks allow to proceed automatically without prompt when an user is logged on with administrator account.

The advantages and benefits of automatic elevation without prompting UAC request compared with completely disable UAC are that some security features of UAC are still working and less annoying:

  • Request for elevation in execution privileges will be consented and succeed automatically, thus no prompt to user.
  • Applications will still run with limited non-admin privileges in standard user mode until the program requests the rights.
  • Legacy applications that were not designed to support standard user accounts can continue to run in standard credentials without modification using the built-in file system and registry virtualization or sandbox feature.
  • Users login with standard user account will still prompt for an administrator password as with Over-the-Shoulder (OTS) Credentials feature.
  • Protected Mode IE will still work.

Note that default setup and configuration of Windows Vista with UAC is optimized for security. However, if you don’t care about it, you can try to suppress and auto approve UAC privileges elevation permission request (and make your system less secure) with the following trick:

  1. Re-enable UAC if you have disabled it.
    1. Download UACEnableAutoConsent.reg file (no longer available), and then double click on it to merge the registry value into registry.
    2. If you can’t download the registry file, simply copy and paste the below code to a text editor, and save the file with a .reg extension. Then double click on it to apply it.
      Windows Registry Editor Version 5.00
      
      [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
      "ConsentPromptBehaviorAdmin"=dword:00000000
      
    3. User can also open registry editor and navigate to the registry key above to set the ConsentPromptBehaviorAdmin value data.
    4. For Windows Vista Business or Ultimate SKU users, it can be done manually too. Simply run “secpol.msc”, and expand “Local Policies”, then click on “Security Options”. Scroll down and locate the item “User Account Control: Behavior of the elevation prompt for administrators in Admin Approval Mode”. Set the option to “Elevate without prompting.”

Security Center will alert you with warning just like when you turning off Windows UAC, find out how you can disable Security Center alerts.