Jun 032008
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.
Incoming search terms:
- disable uac bat (6)
- batch file disable uac (4)
- batch file to disable uac (2)
- how to disable uac in windows8 using batch file (1)
- how to disable uac frombatch file (1)
- how to disable uac batch file (1)
- how to disable uac at school via batch file (1)
- how to diable UAC using bat file (1)
- how to bypass uac in batch file (1)
- how to bypass uac in a batch file (1)
Says command completed but it doesnt turn off UAC :S