How to Disable or Enable Vista User Access Control in Command Prompt

There are many possible way to turn off or turn on User Access Control (UAC) in Windows Vista, which frequently pop up a confirmation dialog window to asking for permissions to continue a task which requires elevated administrator rights. Normally UAC cannot be enabled or disabled by using GUI-based Control Panel. For programmers or developers, it may be useful to be able to enable or disable UAC by using CLI (command line interface) commands, which can be used to automate tasks in batch script.

The ability to enable or disable UAC from command prompt is actually using a trick to turn off or on UAC by using registry key. Simply open command prompt window and run the following command:

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

To Enable 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

After the command, computer needs to be restarted to the change to be effective.

Share and contribute or get technical support and help at My Digital Life Forums.



3 Responses to “How to Disable or Enable Vista User Access Control in Command Prompt”

  1. Myles
    April 23rd, 2007 23:48
    1

    Or you could just type msconfig and goto tools then down to Disable UAC

  2. Shadic
    June 25th, 2007 14:07
    2

    I do this, and I end up with a oh-so-wonderful “Access is denied” in the MS-DOS window that appears…

  3. admin
    June 25th, 2007 15:29
    3

    You need to launch as administrator.

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 without commenting


Custom Search

New Articles

Incoming Search Terms for the Article

vista confirmation - vista allow prompt - disable administrator in vista - how to enable administrator in vista - disable vista administrator - turn off user access control - vista system32 permissions - Vista System32 - disable vista confirmation popup - vista access system32 - all - remove vista confirmation - disable UAC script - vista administrator confirmation - confirmation vista - disabling administrator in vista - enable command prompt vista - vista disable administrator confirmation - vista system32 access - Turn off User Access Control Vista - how to disable administrator in vista - disable user access control - vista access denied system32 - disable administrator vista - Vista User Confirmation - vista confirm - "activer son prompt de dos" - EnableLUA - how to disable vista confirmation - how to turn off access permissions on vista - how do i remove the admin confirmation in vista - script to disable uac - script disable uac - how to disable admin rights in vista using dos - how to disable administrator on vista - turn off vista confirmation - remove vist confirmation prompts - disable vista access control - remove vista confirmation window - disable permissions in vista - disable vista confirmation - uninstall vista widget access is denied - vista turn off user access control - cmd code to turn off vista security - how to disable admin in vista - remove vista access control - disable administrator confirmation vista - how to disable vista administrator - script turn off uac - vista reg add access denied -