Skip to content
Home » Tutorials » Disable UAC Pop up on Launching Command Prompt as Admin

Disable UAC Pop up on Launching Command Prompt as Admin

In this tutorial, we will be discussing the steps to disable the UAC pop-up on launching Command Prompt. CMD is a pretty handy tool for carrying out some of the PC’s most important tasks. Moreover, it is a big boon for many users who don’t like tweaking their Registry Editor. While dealing with the latter requires more effort and is quite dangerous if not done correctly, CMD does the same with just a single line of command. Apart from that, if you’re an Android enthusiast, you might very well know the importance of CMD while executing fastboot commands.

However, more often than not, to execute most of the tasks, you will be required to launch it as an Administrator. Well, that is quite understandable. But what more often than not irritates me is the User Access Control (UAC) pop-up that appears every time we launch CMD as an admin. Since I have already logged in as an Administrator, I just wish this extra step could be done away with. Fortunately, that is very much possible. Today, we will be showing you how you could disable this UAC pop-up while launching Command Prompt as an admin. Also, check out 10 useful Windows Command prompt tricks.

Disable UAC on Launching Command Prompt

  1. Head over to the Windows Search menu and launch the Task Scheduler program.
  2. From the Actions menu situated at the right, click on Create Task.
    task scheduler cmd
  3. You will now be taken to the General tab. Enter RunCMD in the Name field and Run Command Prompt as Admin in the Description section (optional). Also, in the Security options, tick-mark the “Run with the highest privileges” feature.
    command prompt task details
  4. Next, go to the Actions tab and click on New. You’ll now have to point this scheduler to the application’s .exe file. For that, click on Browse and navigate to C:\Windows\System32. There you will find the cmd.exe file. Select it and hit OK.
    select command prompt file
  5. Now, there’s just one more thing left to do before we finalize this task. Head over to the Conditions tab and make sure to uncheck the option under the Power section that reads “Start the Task Only If the Computer Is on AC Power.
    disable power criteria

Finally, Click OK to create this task. This was the first half of this guide on how to disable UAC on launching Command Prompt. Let’s proceed ahead with the rest of the instructions. Moreover, using Task Scheduler, you could also automatically open any app at a designated time on Windows. Refer to the guide to know more.

Creating a CMD Shortcut

  1. Now that we have created a task, it’s time to create a desktop shortcut and assign it to the newly created task. To do so, head over to your desktop, right-click, and select New > Shortcut.
  2. You will now have to assign the task to this shortcut. The general command is
    schtasks /run /tn "<taskName>"
  3. Since the name of our task is RunCMD, our code transforms to:
    schtasks /run /tn "RunCMD"

    command prompt location

  4. Click Next once you input this location. Finally, give this shortcut a name: Run CMD as Admin.
    command prompt shortcut name
  5. That’s it. Just double-click on the shortcut and you’ll see the CMD window open in no time, without the User Access Control pop-up.

So with that, we conclude this guide on how to disable the UAC dialog box when launching the Command Prompt window. Still, having trouble handling the task schedule? Drop your queries in the comments section below. And stick with us for more such Windows 10 tips and tricks.

Read next: 5 Hidden Windows 10 Tricks You may not Have Known About

Sadique Hassan

Sadique Hassan

A geek by birth, MBA by profession and blogger by heart, Sadique always has a keen interest in platforms like Android, Windows and everything powered by chips.View Author posts