Q: How do I turn UAC off? ( 30034 views)

 
  2/23/2007 8:01:23 PM | Posted By: Admin

How do I turn UAC off?
A: 

Method 1 - Using Control Panel

  1. Click Start and then open Control Panel.
  2. In the Control Panel, click User Accounts and Family Safety.
  3. Click User Accounts.
  4. Click Turn User Account Control on or off.

    Disable UAC

  5. Clear the tick or check mark on the box beside the Use User Account Control (UAC) to help protect your computer option.

    Uncheck UAC

  6. Click OK.
  7. When prompted, restart the computer. Note that the changes will affect all users on the computer.
  8. To enable the UAC, simply tick or select the checkbox again.

Method 2 - Using Control Panel on Single User

A similar method with method 1, but access to UAC via a user account.

  1. Click Start and then open Control Panel.
  2. In the Control Panel, click User Accounts and Family Safety.
  3. Click on Add or remove user account option.

    Add or Remove User Accounts

  4. Click to select any user account.
  5. Click Go to the main User Account page.
  6. Click Change security settings under “Make changes to your user account” section.

    Change security settings

  7. Clear the tick or check mark on the box beside the Use User Account Control (UAC) to help protect your computer option.

    Uncheck UAC

  8. Click OK.
  9. When prompted, restart the computer. Note that the changes will affect all users on the computer.
  10. To enable the UAC, simply tick or select the checkbox again.

Method 3 - Using Registry Editor

  1. Run Registry Editor by typing “regedit” in Start Search or command prompt.
  2. In Registry Editor, navigate to the following registry key:

    HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\
    CurrentVersion\Policies\System

  3. Locate the following DWORD registry subkey in the right pane:

    EnableLUA

  4. Right click and choose modify or double click on EnableLUA to modify the setting. On valud prompt, set the new value to 0.
  5. Exit from Registry Editor.
  6. Restart the computer.
  7. To enable the UAC again, simply change back the value of EnableLUA to 1.

Method 4 - Using MsConfig System Configuration

  1. Run MsConfig from Run option.
  2. In System Configuration window, click on the Tools tab.
  3. Scroll down and locate “Disable UAP” or “Disable UAC” option item. Click on that line.

    UAC settings in MSconfig

  4. Click the Launch button.
  5. A command prompt window will open and automatically execute and run certain process to disable UAC.
  6. Close CMD window when done.
  7. Close Msconfig.
  8. Restart computer for changes to apply and effective.
  9. To re-enable UAC, simply select “Enable UAP” or “Enable UAC” instead of “Disable UAP” or “Disable UAC”, and then click on Launch button.

Method 5 - Using Group Policy

If you’re an IT administrator or system administrator that manages many Windows Vista computers or clients across your computer, group policy can be an effective and easy to mass enable or disable a group of computers. To disable UAC, both Local Group Policy or Active Directory GPO can be used.

  1. Click Start -> Run.
  2. Type gpedit.msc and click OK to open the Group Policy Editor.

    Note: If you’re using Active Directory Domain GPO which controls many computers, open Group Policy Management Console by click on Start -> Run, then type gpmc.msc and click OK from a Windows Vista computer that is a member of the AD domain. In the Group Policy Management Console (GPMC) window, browse to the respective GPO which is linked and enabled to the OU (organization unit) or domain where the Vista computers are located, then edit it.

  3. Navigate and browse to Computer Configuration -> Windows Settings -> Security Settings -> Local Policies -> Security Options.
  4. In the right details pane, locate the User Access Control policies.
  5. Right click each of the following policies and configure or change the value as indicated below after the dash (-):

    * User Account Control: Detect application installations and prompt for elevation - Disabled
    * User Account Control: Behavior of the elevation prompt for standard users - No prompt
    * User Account Control: Run all administrators in Admin Approval Mode - Disabled

  6. Restart the computer.