PC 관련 팁

CMD로 UAC(사용자 계정 컨트롤) Disable/Enable

쭈꾸댕이 2013. 10. 31. 17:23

CMD로 UAC(사용자 계정 컨트롤) Disable/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 0 /f

 

 

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