How to disable User Account Control (UAC)

user_account_control_administrator_dialog

User Account Control is security feature of Windows Vista. The purpose of this feature is to reduce potential of security breeches in the system. The UAC forces users that are part of the local administrators group to run like they were regular users with no administrative privileges.

Although UAC improves the security on Windows Vista, under some scenarios you might want to disable it. Some users also finds UAC annoying because of the extra mouse clicking it brings into their system. However disabling UAC will make your system less secure.

Here are the two methods on how you can disable User Account Control:

Method 1: Disabling via control panel

  • Open up Control Panel
  • Go to User Accounts
  • Look for ‘Turn on or off  User Account Control”

uac

  • On the next screen uncheck the box for “Use User Account Control (UAC)”, and then click on the OK button.
  • disable-uacRestart your computer to take effect

Method 2: Disabling from the command line

Type this code on your Vista command line to Disable UAC

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

Use this code to enable back UAC

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

Share and Enjoy:
  • BlinkList
  • del.icio.us
  • Digg
  • Facebook
  • LinkedIn
  • Mixx
  • Reddit
  • StumbleUpon
  • Technorati
  • Twitter

Related posts:

  1. Switch User Account Control (UAC) in Quiet Mode
  2. How to Enable the Hidden Windows Vista Administrator
  3. How to Disable Vista CD/DVD Burning Feature
  4. How to Disable Internet Explorer
  5. How to Disable deletion of Recyle Bin in Vista
  6. How to recover your hacked Yahoo! account
  7. Make your XP run faster by disabling unneeded services
  8. How to Disable or Enable Your Task Manager
  9. How to enable missing Hibernate on Windows Vista
  10. How to Disable Windows Vista Balloon Notifications


3 Comments

  1. tonyknuckles (3 comments.) says:

    It’s been a very pleasant experience viewing your site. You have some really good tips and tricks here.

    Have A Great Day!!

    tonyknuckles´s last blog post..Feel The Burn – SEO Nuggnuts!!

  2. slavezero says:

    Thanks tonyknuckles… have a great day also.. come back anytime for more computer tips

  3. [...] two weeks ago I wrote a post on how you can disable User Account Control or UAC. But some people are asking if there is a way to disable just the UAC prompt so they don’t [...]

Leave a Reply

CommentLuv Enabled