Thursday, August 24, 2017

 

[Windows] UAC 알림 기능 해제/설정 방법(UAC Notification Enable/Disable with Win Cmdlt)



UAC Notification Enable/Disable





[Explanation]

UAC 알림 때문에 매번 확인을 요청하는 경우 아래와 같이 레지스트리를 추가/수정하거나 cmd 명령어를 실행시키면 손쉽게 설정할 수 있다. 
[UAC 알림 끄기(UAC Notification Disable)]
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center
Data Type:DWORD
Value Name:UACDisableNotify
Value:1

[UAC 알림 켜기(UAC Notification Enable)]
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center
Data Type:DWORD
Value Name:UACDisableNotify
Value:0

[UAC 알림 끄기(UAC Notification Disable)]
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 알림 켜기(UAC Notification Enable)]
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


♔♔♔♔♔♔♔♔♔♔


댓글이나 의견은 언제든지 환영합니다.

Your Comments are Always Welcome!
Share:

0 comments:

Post a Comment