관리자 권한 명령어 한줄로 끄기 / UAC Disable with Command Line (CMD)
reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f
이거 한 줄 cmd에 치시고 재부팅하면 됩니다.
*관리자 권한으로 실행하셔야 합니다!
run as Administrator after that command reboot.