There is a quick way to disable Windows 7 or Windows Vista UAC by using 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
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
How to Disable or Enable UAC with Command Line
Posted by
Vootwerk
on Friday, June 15, 2012
Labels:
Tips and Tricks
/
Comments: (0)