Enable or disable UAC from a batch file in Vista
If you're new here, you may want to subscribe to our RSS feed. Thanks for visiting!
If you want to enable or disable UAC in vista using batch file
Enable UAC in Vista
You need to open the notepad enter the following lines
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
save this file as enableuac.bat
Disable UAC in Vista
You need to open the notepad enter the following lines
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
save this file as disableuac.bat
After creating aove two files right-click on one of them and choose Run as Administrator.
Related Articles
Did you enjoy this post? Why not leave a comment below and continue the conversation, or subscribe to my feed and get articles like this delivered automatically each day to your feed reader.






















No comments yet.
Leave a comment
Line and paragraph breaks automatic, e-mail address never displayed, HTML allowed:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>