Disable UAC in Windows 7

By | 2009-01-18

Disabling the User Acceptance Control (UAC) is easy, via the control panel. But this is a geek site. We do things through the registry.

  1. Run Registry Editor (RegEdit) by typing regedit at command prompt or at startmenu->run
  2. Locate 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.

Now Exit from Registry Editor and Restart the computer.


Now that you know how to disable the UAC via the registry, and you prefer to use the GUI method, here are the steps to change the settings via the control panel:

  1. click on “Start”
  2. click on “Control Panel”
  3. click on “System and Security”
  4. click on “Change User Account Control settings”
  5. Adjust the UAC slider to your desired settings. By putting the slider at the bottom, you will be turning off UAC altogether.
  6. Click Ok, and follow any prompts that appear.
Author: dwirch

Derek Wirch is a seasoned IT professional with an impressive career dating back to 1986. He brings a wealth of knowledge and hands-on experience that is invaluable to those embarking on their journey in the tech industry.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.