How to Disable and Turn Off UAC in Windows 7

The user interface of User Account Control (UAC) settings in Windows 7 has changed to reflect the move to make UAC less annoying, more user control and more user friendlier approach. In Windows 7, the UAC has a slider bar which allows users to configure and select which level of notification (and hence protection against unauthorized and malicious access) they want. With the fine-tuning of UAC, the wording ‘disable’ or ‘turn off’ is no longer available. So how can you disable UAC? Or at least, how can you turn off the notification prompt or pop-up so that they appear less regularly?

In fact, the steps to disable UAC is Windows 7 is similar to steps to disable UAC in Windows Vista, only with slight user interface change, and there is plenty of methods to turn off UAC too.

Method 1: Disable or Turn Off UAC (User Account Control) in Control Panel

  1. To user Control Panel to disable UAC in Windows 7, there are several methods to access the User Account Control settings page:
    1. Go to Start Menu -> Control Panel -> User Accounts and Family Safety -> User Account.
    2. Go to Start Menu -> Control Panel -> System and Security -> Action Center.
    3. Click or right click on Flag icon in notification area (system tray), and then Open Action Center.
    4. Type “MsConfig” in Start Search to start System Configuration, then go to Tools tab, select Change UAC Settings, then click on Launch button.
  2. Click on User Account Control settings link.

    Accessing Windows 7 UAC in Control Panel

  3. Slide the slider bar to the lowest value (towards Never Notify), with description showing Never notify me.

    Disable UAC in Windows 7

  4. Click OK to make the change effective.
  5. Restart the computer to turn off User Access Control.

Method 2: Disable UAC with Registry Editor (RegEdit)

  1. Run Registry Editor (RegEdit).
  2. Navigate to the following registry key:

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

  3. Locate the following REG_DWORD value:

    EnableLUA

  4. Set the value of EnableLUA to 0.
  5. Optional step to suppress UAC consent prompt dialog, locate the following REG_DWORD value:

    ConsentPromptBehaviorAdmin

  6. Set the value of ConsentPromptBehaviorAdmin to 0 (optional).
  7. Exit from Registry Editor and restart the computer to turn off UAC.

Method 3: Turn Off UAC Using Group Policy

For Windows 7 Ultimate, Business or Enterprise edition which has Local Group Policy, or computer joined to domain and has Active Directory-based GPO, the group policy can be used to disable UAC for local computer or many computer across large networks at once.

  1. Enter GPedit.msc in Start Search to run Local Group Policy editor. (Or gpmc.msc to run Group Policy Management Console for AD-based domain GPO editor).
  2. Navigate to the following tree branch:

    Computer Configuration -> Windows Settings -> Security Settings -> Local Policies -> Security Options

    In GPMC, browse to the required GPO which is linked to the domain or OU where the policy wants to apply.

  3. Locate the following policy in the right pane:

    User Account Control: Behavior of the elevation prompt for administrators in Admin Approval Mode

    Set its value to Elevate without prompt.

  4. Locate the following policy in the right pane:

    User Account Control: Detect application installations and prompt for elevation

    Set its value to Disabled.

  5. Locate the following policy in the right pane:

    User Account Control: Run all administrators in Admin Approval Mode

    Set its value to Disabled.

  6. Locate the following policy in the right pane:

    User Account Control: Only elevate UIAccess applications that are installed in secure locations

    Set its value to Disabled.

  7. Disable UAC with Group Policy

    Restart the computer when done.

Method 4: Using Command Prompt to Disable User Account Control

The command line option can also be used in batch script command file, i.e. .bat and .cmd files, providing greater convenient to advanced technical user. In actual, the commands,, which are also used to disable or enable UAC in Vista, are just doing the same thing as directly modifying the registry.

  1. Open an elevated command prompt as administrator.
  2. To disable the UAC, run the following commands:

    %windir%\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f

    and optionally, the following comand to suppress all elevation consent request and notification:

    %windir%\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v ConsentPromptBehaviorAdmin /t REG_DWORD /d 0 /f

    Tip: To re-enable UAC, the command is:

    %windir%\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 1 /f

    and to turn on prompt for consent UI:

    %windir%\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v ConsentPromptBehaviorAdmin /t REG_DWORD /d 2 /f

Disable UAC may cause gadget not working in Windows 7. User who facing the issue can use another workaround to suppress User Account Control.

20 Responses to “How to Disable and Turn Off UAC in Windows 7”

  1. Mridu
    August 24th, 2010 18:30
    20

    Thanks for the above solution but it doesn’t work any alternative solution….Please Suggest

  2. Sharp
    August 6th, 2010 21:24
    19

    Is it just me or is this not fixing the same issue I am having. I thought it was the same thing UAC locking my C drive from me changing files, but when I get into the method 1 and change the slide bar, (worst idea MS has to date, o wait that was Vista, but 7 is not too far behind on the list now),to the 2nd to last setting, it still states “You must be logged in as administrator on this computer to select this settings” Strange thing is I am the only user account, none shows up in the list not even my own user, both Admin and guest are disabled. I am marked as Administrator for the PC by going into the advanced properties view (where admin and guest where disabled to start with and my username is the only 1 marked as active and admin status), plus it constantly asks for my Network Admin account passwords. I have even unlocked the Admninistrator account and still unable to do anything on my system (tried from both PC and Network Admins). I set this PC up from out the box and now makes me hate Windows 7 even more. My other Laptops with Windows 7 do not have this problem of locking the entire C drive, this is something new that is with this updated version (I see the point of it protecting system files, but there is nothing even on the PC yet because it won’t let me install and change files). These are the reasons I hate Microsoft and would rather Pirate their software than ever hand MS 1 dollar.

    My issue is I want to add a single line of code to C:Windows\system32\Drivers\Etc\Host
    This is a file for Client access (yes I am a Sony and IBM supporter. Good thing MS uses IBMs to run their network or then you would see how bad their software really is). I just need to enter my servers IP and host name. When I try to save it, it won’t let me save it. Tells me to save it in my documents and then says I don’t have permission to even save at this location. I have gave everyone full access to the PC and still I am unable to change any files. The owner of the entire C and Windows folders has been changed to me instead of TrustedInstaller (default). I want to delete this user TrustedInstaller from my PC entirely, because MS has no rights to my PC as I own it, not them and their affiliates to install things I don’t want.

    On top of all that when I log in as the PC Admin I get .net errors left and right, but even on my other PCs (XP pro, Windows7 Pro) .net always gives me errors.

    Sorry the Rant is in there too, but I am fed up with MS and the stupid asinine things they do. I think I will be calling them in a min just to bitch for hours while I still sit here and read forum posts and try to solve the issue because the people you talk to have no clue how to remove this Lock.

    I think I am better to just switch to Apples OS X, or going to Ubuntu, or Red hat for that matter, at least I can do my every day functions without spending days trying to remove this lock just to save a file.

  3. Robert
    August 6th, 2010 00:11
    18

    VERY HELPFUL!!! Thanks, Robert

  4. ric
    June 14th, 2010 09:08
    17

    nice post very usefull, thanks man!

  5. serg
    June 5th, 2010 14:01
    16

    Thanks works like a charm

  6. New administrator rights on my laptop - Help2Go
    March 9th, 2010 04:00
    15

    [...] to a time before you tried the original printer install, then disable UAC, then try the install. This explains how to disable UAC. My gut feeling is that the problem lies with the Lexmark drivers [...]

  7. UAC is Better but Still Unusable « Vox Phileosophos
    February 19th, 2010 09:01
    14

    [...] Roccat Kone mouse were working correctly with LotRO. But as soon as I disabled UAC altogether (and here’s a useful page on that subject), everything worked like it should. I actually feel bad about it; if only LotRO [...]

  8. Why all these "New type" of problems in Windows 7?
    February 2nd, 2010 14:29
    13

    [...] feature (only recommended for advanced users) A quick Google gave a few thousand responses, THIS ONE looked good because it gives a few alternative options. It is not a fault or a problem. It is a [...]

  9. passsy's Blog » PS3 controller on Win7 x64 without pressing F8
    January 25th, 2010 08:03
    12

    [...] 8. Disabel UAC (How to) [...]

  10. Force Load Unsigned Drivers In Test Mode Easily in Windows 7 or Vista with Driver Signature Enforcement Overrider » My Digital Life
    December 4th, 2009 11:28
    11

    [...] Disable User Account Control (UAC). [...]

  11. Fixing Windows 7 for Oracle Database | MacLochlainns Weblog
    November 26th, 2009 13:57
    10

    [...] more than my short version on disabling UAC, there’s an excellent post on the myriad ways to turn UAC off here. I’m not keen on the ads for that page and didn’t test them [...]

  12. Can't get rid of EULA in Office03 on Win7
    November 19th, 2009 19:36
    9

    [...] UAC back on again. Here is a link to a walkthrough showing you how to disable UAC on Windows 7. Disable UAC Windows 7 I would recommend using method 1 on the site. After disabling UAC you need to restart and then [...]

  13. Windows 7 upgrade disabled Adobe CS3 package
    November 16th, 2009 17:11
    8

    [...] first thing todo is to turn off UAC (User Account Control) Goto this website and follow method 1. Disable UAC Windows 7 You must restart after this step. Once restarted disable Norton 360. Run setup directly from the [...]

  14. Mike
    November 3rd, 2009 02:49
    7

    Thank you for this post very useful.

  15. Windows 7 Usage Guides, How-To Hacks, Tips and Tricks (Complete List) » Tip and Trick
    August 11th, 2009 01:25
    6

    [...] How to Disable and Turn Off UAC in Windows 7 [...]

  16. Top Ten Tips to Speed Up Windows 7 - Ben O'Sullivan
    July 31st, 2009 19:18
    5

    [...] Not so much a performance gain but a time one. Just think how much time you spend clicking off those annoying Access control screens. Don’t disable if you are worried about security. Read Here [...]

  17. winamp keeps asking for permission - Windows 7 Center Forums
    June 8th, 2009 06:32
    4

    [...] you mean the UAC? Here’s a guide on how to disable it if thats what you mean: How to Disable and Turn Off UAC in Windows 7 My Digital Life Won 3rd place in the Windows 7 Center Coins War [...]

  18. The Windows 7 Thread - Tips, Tricks, Horror Stories And Annoyances - Page 5 - Clunk's Forums.
    March 6th, 2009 02:39
    3

    [...] How to Disable and Turn Off UAC in Windows 7 My Digital Life This may be of use..or not. __________________ If you play COD4/BF2 or FPS or any kind let us know here. New to the Forum? Add your specs to your profile with this guide. DFI LP LT X48 T2R BIOS Template. [...]

  19. Fix Gadgets Not Working or Showing When UAC Is Set To Not Notify or Disabled in Windows 7 Beta » My Digital Life
    January 22nd, 2009 03:57
    2

    [...] the UAC (User Account Control) in Windows 7 Beta is disabled or set to no notify, the gadgets stop working (happens in at least build 6956 and 7000). Other error symptom is that [...]

  20. Disable UAC in Windows 7 With Sidebar and Gadgets Working Properly » My Digital Life
    January 22nd, 2009 03:56
    1

    [...] Windows 7 Beta, when user turns off and disables the User Account Control (UAC) by setting the UAC slider to never notify in Control Panel, there will be a ’side [...]

Leave a Reply

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Subscribe to My Digital Life Comments RSS feed to receive notification of latest comments posted.

New Articles

Incoming Search Terms for the Article

disable uac windows 7 - windows 7 disable uac - turn off uac windows 7 - windows 7 uac disable - windows 7 turn off uac - disable uac in windows 7 - how to disable UAC in windows 7 - how to turn off uac in windows 7 - disable uac on windows 7 - uac windows 7 disable - how to disable UAC on windows 7 - turn off user account control windows 7 - disable windows 7 uac - windows 7 uac off - disabling uac in windows 7 - how to disable uac windows 7 - Disable UAC Win 7 - disabling uac windows 7 - remove uac windows 7 - uac disable windows 7 - disabilitare uac windows 7 - how to turn off user account control windows 7 - how to turn off UAC windows 7 - how to turn uac off in windows 7 - windows 7 how to disable uac - disable uac win7 - turn off uac in windows 7 - turn uac off windows 7 - windows 7 uac turn off - disattivare uac windows 7 - turning off uac windows 7 - turn off windows 7 uac - win 7 disable uac - windows 7 disabilitare uac - how to turn of uac in windows 7 - turning off uac in windows 7 - Win7 disable UAC - deactivate uac windows 7 - disable user account control windows 7 - how to turn off uac on windows 7 - uac windows 7 turn off - win 7 uac disable - windows 7 user account control turn off - turn off uac on windows 7 - turn of UAC windows 7 - windows 7 remove uac - Windows 7 disabling UAC - enable uac windows 7 - how to turn off uac on win 7 - uac off windows 7 - user account control windows 7 turn off - windows 7 turn uac off - windows 7 turn off user account control - disable win 7 uac - windows 7 user account control disable - disabling uac on windows 7 - how do you disable uac on windows 7 - turn windows 7 uac off - turn off uac win 7 - Turn User Account Control on or off windows 7 - windows 7 disable UAC - disable uac in windows7 - how to disable windows 7 UAC - how to turn off user account control in windows 7 - uac disabilitare windows 7 - win 7 uac - deactivate UAC windows seven - diable uac windows 7 - how to disable user access control in windows 7 - how to turn of uac on windows 7 - how to enable UAC windows 7 - turn off user access control in windows 7 - turn UAC off in windows 7 - turn off uac 7 - turn uac windows 7 -