Video thumbnail for How to Enable or Disable UAC (User Account Control) in Windows Using Powershell

How to Enable or Disable UAC (User Account Control) in Windows Using Powershell

Jul 7, 2025
Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" -Name EnableLUA -Value 1 Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" -Name EnableLUA -Value 0

View Video Transcript
#Software #Operating Systems