By using this site, you agree to the Privacy Policy.
Accept
EnterinITEnterinITEnterinIT
  • HOME
  • IT PRO
  • TECH
  • MICROSOFT
    • Azure
    • ConfigMgr/SCCM
    • DPM
    • Orchestrator
    • Hyper-V
    • Microsoft Edge Insider
    • MSI
    • Office 365
    • Office Insider
    • Power BI
    • Skype
    • SQL Server
    • Teams
  • WINDOWS
    • Windows Admin Center
    • Windows Client
    • Windows Server
  • SCCM Query Collection List
Reading: How to Disable User Account Control (UAC) on Windows: GUI, CMD, PowerShell, and Regedit Methods
Font ResizerAa
EnterinITEnterinIT
Font ResizerAa
  • HOME
  • IT PRO
  • TECH
  • MICROSOFT
  • WINDOWS
  • SCCM Query Collection List
Search
  • HOME
  • IT PRO
  • TECH
  • MICROSOFT
    • Azure
    • ConfigMgr/SCCM
    • DPM
    • Orchestrator
    • Hyper-V
    • Microsoft Edge Insider
    • MSI
    • Office 365
    • Office Insider
    • Power BI
    • Skype
    • SQL Server
    • Teams
  • WINDOWS
    • Windows Admin Center
    • Windows Client
    • Windows Server
  • SCCM Query Collection List
IT Pro

How to Disable User Account Control (UAC) on Windows: GUI, CMD, PowerShell, and Regedit Methods

Published February 18, 2024
2 Min Read
SHARE

How to Disable User Account Control (UAC) on Windows: GUI, CMD, PowerShell, and Regedit Methods.

Contents
Method 1 (GUI)Method 2 (CMD & PowerShell)CMDPowerShellMethod 3 (Regedit)

Method 1 (GUI)

The first method is easy – using Control Panel. Open Control Panel and navigate to User accounts;

NOTE: Ensure that you enable Small Icons.

Click on Change User Account Control Settings;

Move the bar to the bottom (Never Notify) and click OK;

Method 2 (CMD & PowerShell)

But if you need to set this configuration on lots of computers, it’s better to use one of these 2 ways:

1 ) Run a CMD script to set a REGISTRY key to disable UAC;

2)  Run a PowerShell command to disable UAC;

CMD

REG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f

PowerShell

Set-ItemProperty -Path registry::HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System -Name EnableLUA -Value 0 

NOTE: Don’t forget to reboot after running this command.

Method 3 (Regedit)

Also, you can change the parameter of the Registry key to disable the UAC manual without receipts. To achieve this change key EnableLUA to 0 using Registry Editor.

Start REGEDIT (using search by pressing WIN+R)

Navigate to (in Windows 10 1803 and higher you can copy and paste this to the Registry Editor path);

Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System

And change EnableLUA to 0;

NOTE: Don’t forget to reboot after the registry change.

TAGGED:Command Prompt (CMD)Microsoft Windows ServerPowerShellWindowsWindows 10
Previous Article Troubleshooting Error 0xc00002e2 on Windows Domain Controller
Next Article SCCM 1910 Technical Preview
Leave a Comment Leave a Comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Translation

English中文(简体)DanskNederlandsFrançaisDeutschItaliano한국어PolskiPortuguêsRomânăEspañolУкраїнська
by Transposh - translation plugin for wordpress

Popular Posts

System Requirements for Windows Server 2016
Windows Server
Configuration Manager Query Collection List
Configuration Manager Query Collection List
ConfigMgr
Structured/Managed Navigation enabled on Modern Pages in Classic Team Sites
Tech
SCCM Failed to get DP locations as the expected version from MP
ConfigMgr

Recent Posts

Installing and Configuring Fail2ban for SSH Protection on Ubuntu 24.04
Linux
Enabling and Configuring FirewallD on AlmaLinux
Linux
User Creation and SSH Key Setup in AlmaLinux
Linux
How to reset password on AlmaLinux
Linux

© 2023 EnterinIT

Go to mobile version
adbanner
Welcome Back!

Sign in to your account

Username or Email Address
Password

Lost your password?