본문 바로가기
  • 마음을 비로서 비우는것이 일의 시작이다.
  • 겨우내 추위가 심할수록 이듬해 잎이 더 푸르듯...
카테고리 없음

UAC Control method 1

by Today's Master 2007. 4. 27.
728x90

  To Disable UAC

C:WindowsSystem32cmd.exe /k %windir%System32reg.exe ADD HKLMSOFTWAREMicrosoftWindowsCurrentVersionPoliciesSystem /v EnableLUA /t REG_DWORD /d 0 /f

To Enable UAC

C:WindowsSystem32cmd.exe /k %windir%System32reg.exe ADD HKLMSOFTWAREMicrosoftWindowsCurrentVersionPoliciesSystem /v EnableLUA /t REG_DWORD /d 1 /f

After the command, computer needs to be restarted to the change to be effective.

반응형

댓글