명령어로 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
'컴퓨터이야기' 카테고리의 다른 글
[펌]프로그래밍 언어별 딥러닝 라이브러리 정리 (1) | 2016.10.17 |
---|---|
[펌]SDN(Software-Defined Networking) : 과거, 현재, 미래의 프로그래머블 네트워크 (0) | 2016.10.12 |
[위키 펌]버니바 부시(Vannevar Bush)와 메멕스 (0) | 2016.09.03 |
xampp 시작 - 또 하나의 삽질 (0) | 2016.08.31 |
Port 80 닫기 (0) | 2016.08.31 |