How to run a program as administrator in Windows

Although we have logged into Windows with a user with administrator permissions, that does not mean that all programs run automatically with administrator permissions. This is designed so that we only activate the admin permissions when it is strictly necessary.

The one in charge of verifying that this rule is fulfilled is the Windows User Account Control (also known by its acronym in English, UAC), and basically it is in charge of keeping our PC protected by removing unnecessary permissions and showing notifications every time an application tries to run as administrator.

Hello!

If you need to do tests on the PC or want to open a terminal window to launch commands, it is most likely that you need to run a certain program with administrator rights . Here are 4 different ways to get it.

Right click and “Run as administrator”

This is the most popular method, and consists of locating the program’s executable file, right-clicking on it and selecting “Run as administrator”. After this, the account control notification will appear and we will click on “Yes” to confirm.

Use the Windows search engine

If we know where the executable file of a program is, we can invoke it directly from the Windows taskbar search engine. Write the name of the program, and when the match appears in the search engine, select the option “Run as administrator.”

In both Windows 10 and Windows 11 you can activate the search engine simply by pressing the Windows symbol on the keyboard.

If the option to “Run as administrator” does not appear among the suggestions, press Control + Shift and hit the “Enter” button while the mouse is highlighting the application you want to open.

The task manager

If we are in front of an infected PC and we cannot navigate normally, or we simply want to try something different, we can also use the task manager to open privileged programs.

  • Press Control + Alt + Del and select “Task Manager.”
  • Go to “File -> Run New Task”.
  • Enter the name of the executable file and check the box ” Create this task with administrative privileges.” Click on “OK.”

Always run the program as administrator

In case we need an application to always run with elevated privileges, we can configure it by following these steps:

  • Open the Windows search engine and type the name of the program.
  • Right click on the suggested application and click on “Open file location.”
  • Now right click on the program’s .EXE file and choose “Send to desktop”.
  • This will create a shortcut of the program on the Windows desktop.
  • Finally, right click on this new shortcut and go to “Properties”.
  • In the “Direct Access” tab, click on “Advanced Options” and activate the “Run as administrator” box.

This is a really practical method, since we can use the program normally, and when we want to use it as administrator we just have to open the shortcut that we just created on the desktop.

 

by Abdullah Sam
I’m a teacher, researcher and writer. I write about study subjects to improve the learning of college and university students. I write top Quality study notes Mostly, Tech, Games, Education, And Solutions/Tips and Tricks. I am a person who helps students to acquire knowledge, competence or virtue.

Leave a Comment