Watch how to manage or disable the built-in system settings to stop receiving frequent pop-ups: Change User Account Control (UAC) Settings in Windows 10 YouTube · 28 Feb 2026
User Account Control (UAC) is a vital Windows security feature that blocks unauthorized system changes. While the continuous “Do you want to allow this app to make changes?” prompts are tedious, bypassing them incorrectly exposes your PC to malware.
Using “UAC Disabler” software from random websites is highly dangerous. Third-party disablers are frequently used as “Trojan horses” to slip malware onto your device.
Instead of downloading risky tools, use the built-in Windows options below to safely handle or minimize UAC prompts. Method 1: The Built-in Windows Slider (Global Adjustments)
The safest built-in tool is the native Windows UAC slider. It allows you to mute notifications without executing unverified third-party code. Open your Start Menu.
Search for UAC and click Change User Account Control settings. Lower the slider to a level that matches your preference:
Level 3 (Default): Notifies you only when apps try to make changes. It does not prompt you when you change your own Windows settings.
Level 2 (Slightly Lower): Same as default, but it does not dim your desktop screen. Level 1 (Never Notify): Turns prompts entirely off. Click OK and confirm your selection.
Note: Moving the slider to “Never Notify” turns off prompts, but leaves system security vulnerable. Only use this level temporarily. Method 2: Whitelist a Single App via Task Scheduler
If a specific trusted application or legacy game triggers the UAC prompt every single time you launch it, do not disable UAC globally. Instead, use the Windows Task Scheduler to bypass the prompt for that specific item safely. Search for and open Task Scheduler in the Start Menu. Click Create Task on the right side panel. Name your task clearly (e.g., “Run My Trusted App”). Check the box labeled Run with highest privileges.
Go to the Actions tab, click New, and choose Start a program. Click Browse and select the .exe file of the trusted app. Save the task.
To easily launch it from your desktop without a prompt, right-click an empty area on your desktop, select New > Shortcut, and type the following into the location box:schtasks.exe /RUN /TN “Your Task Name Here” Method 3: The Compatibility Flag Trick
For some safe, older applications, you can inject a flag that bypasses privilege elevation requirements entirely.
Right-click the app’s desktop shortcut and choose Properties. Navigate to the Shortcut tab.
In the Target box, place your cursor at the very beginning of the existing text.
Paste the following exact command string, followed by a single space right before the path:cmd.exe /c __COMPAT_LAYER=RunAsInvoker start “” Click Apply and hit OK.
The app will now open immediately without triggering a UAC prompt because it forces Windows to run it with normal privileges instead of elevated ones.
Leave a Reply