Author Topic: UAC 使用者帳戶控制設定  (Read 3490 times)

admin

  • Administrator
  • *****
  • Posts: 0
    • View Profile
UAC 使用者帳戶控制設定
« on: April 09, 2012, 12:21:45 PM »
Disable 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

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