Запуск от имени администратора windows 10 настройка

Распространённый совет по решению проблем с запуском или работой какой-либо программы или игры — попробовать запустить её от имени Администратора, часто предполагается, что пользователь уже знает, как это сделать, но это не всегда верно для начинающих.

В этой инструкции подробно о том, как запустить любую игру или программу как Администратор в Windows 10 различными способами.

  • Запуск игр и программ как Администратор
  • Видео инструкция
  • PsExec и NirCmd

Способы запуска программы как Администратор

Учитывайте, что для возможности выполнения описанных далее шагов, ваша учётная запись должна иметь соответствующие права администратора в системе или, при их отсутствии, вам потребуется ввести пароль такой учётной записи. Также будьте осторожнее с запуском малоизвестных вам программ от администратора (так как тем самым вы им даёте права на почти любые изменения в системе), предварительно проверьте такую программу на вирусы онлайн.

В Windows 10 возможны разные методы запуска программ и игр от имени Администратора, по порядку рассмотрим их все.

  1. Если ярлык программы или её исполняемый EXE файл находятся в известной вам папке или на рабочем столе Windows 10, просто нажмите по такому ярлыку правой кнопкой мыши и выберите пункт «Запуск от имени Администратора».
    Запуск от Администратора в контекстном меню

  2. Для запуска программы от имени администратора из меню Пуск, нажмите по значку такой программы правой кнопкой мыши, выберите пункт «Дополнительно» и нажмите по пункту «Запуск от имени Администратора».
    Запустить как Администратор в меню Пуск Windows 10

  3. Один из самых простых способов запуска ПО с повышенными правами — использование поиска в панели задач: набираем в поиске название программы и, если она была найдена, нажимаем по результату правой кнопкой мыши и выбираем пункт контекстного меню «Запуск от имени администратора». Для некоторых программ (например, командной строки) такой пункт будет отображаться в панели справа от результата поиска.
    Запустить от Администратора в поиске Windows 10

  4. Если значок программы, которую нужно запустить от администратора находится только в панели задач, способов прямого запуска из этого расположения я предложить не могу, но знайте, что эти ярлыки фактически находятся в папке (просто вставьте этот путь в адресную строку проводника и нажмите Enter)
    %AppData%\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar

    и уже оттуда запускать их от администратора можно первым способом.

  5. И ещё один вариант: запустите командную строку от имени Администратора, в ней введите путь к нужной программе и нажмите Enter — программа также запустится от имени администратора.

Как сделать, чтобы программа или игра всегда запускалась с повышенными правами

Если вы не хотите каждый раз проделывать описываемые действия и требуется, чтобы выбранная программа или игра всегда запускалась от имени администратора, вы можете сделать следующее:

  1. Нажмите правой кнопкой мыши по ярлыку или значку (исполняемому файлу) и откройте пункт «Свойства».
  2. Откройте вкладку «Совместимость» и отметьте пункт «Запускать эту программу от имени администратора», затем примените настройки.
    Всегда запускать программу от Администратора

И ещё один момент: значки некоторых программ имеют изображение щита в правом нижнем углу — такие программы всегда запускаются с правами администратора: это необходимое условие для их работы, заданное разработчиками.

Видео инструкция

Запуск программ с правами администратора и не только с помощью PsExec или NirCmd

Для опытных пользователей (а скорее даже не для них, а для администраторов), понимающих стоящие перед ними задачи и готовых разобраться, может оказаться полезной утилита PsExec, доступная в составе PsTools на Microsoft Sysinternals — https://docs.microsoft.com/en-us/sysinternals/downloads/psexec. Обычно её используют для запуска инструментов на удаленной машине, но можно применить и на локальном компьютере.

Например, с помощью psexec, мы можем запустить программу от имени администратора (в том числе из bat-файла) без запроса контролей учётных записей следующим образом (первый вариант для запуска от имени Администратора программы, не требующей повышения прав по умолчанию, второй — для программ, которым это требуется, например, regedit­):

psexec -u Администратор -p password путь_к_program.exe
psexec -u Администратор -p password "cmd.exe" /c start путь_к_программе_с_запросом_uac
Запуск от имени администратора в PsExec

Это лишь примеры, не рекомендую такое применение. Для работы приведённой команды встроенная учётная запись администратора локального компьютера должна быть активна и иметь пароль (в команде — password), иначе потребуются дополнительные настройки локальной политики безопасности. Существуют и иные варианты реализации необходимых действий в psexec, включая запуск программ от имени системного аккаунта и не только. Ещё одна утилита командной строки с иными возможностями, но также позволяющая выполнить запуск приложения с повышенными правами ­— NirSoft NirCmd.

Run as administrator on Windows 10

Run as administrator on Windows 10
(Image credit: Mauro Huculak)

On Windows 10, the ability to run an app as administrator is an essential skill that every user should know because, by design, apps operate in user mode to prevent potential unwanted changes that may negatively affect the experience. However, some trusted programs may sometimes require elevated permissions, and understanding the steps to run them with appropriate permissions always comes in handy.

Whatever the reason it might be, Windows 10 includes several methods for quickly starting an app with elevated privileges, including the Start menu, File Explorer, Command Prompt, and more. However, it’s important to note that this is only true for traditional desktop (Win32) programs, since modern apps through the Microsoft Store can’t run elevated.

In this how-to guide, I will walk you through launching an app with administrator privileges to complete an elevated task.

How to run app as administrator from Stat menu

As an administrator, you have at least two quick ways to start an application using the Start menu.

To run a program as administrator from the Start menu context menu, use these steps:

  1. Open Start.
  2. Right-click the app (anywhere on the menu).
  3. Select the More submenu, and click the Run as administrator option.

Start menu context menu Run as administrator option

(Image credit: Mauro Huculak)

To start an app with admin right using the keyboard shortcut, use these steps:

  1. Open Start.
  2. Use the «Ctrl + Shift» keyboard and click the app from the list.
  3. (Optional) Select the app using the arrow keys.
  4. Use the «Ctrl + Shift + Enter» keyboard shortcut.

How to run app as administrator from Search

If you use the search experience, you also have two ways to run apps with administrative permissions.

All the latest news, reviews, and guides for Windows and Xbox diehards.

To open an app as an administrator from the search box, use these steps:

  1. Open Start.
  • Quick tip: You can also open search directly from the taskbar (if available) or use the «Windows key + S» keyboard shortcut.
  1. Search for the app.
  2. Click the Run as administrator option from the right side. (Sometimes, the option is hidden until you click the down-arrow button.)

Search Run as administrator option

(Image credit: Mauro Huculak)
  1. (Optional) Right-click the app and select the Run as administrator option.

Search right-click Run as administrator option

(Image credit: Mauro Huculak)

Search keyboard shortcut

To run an app from search with a keyboard shortcut, use these steps:

  1. Open Start.
  2. Search for the app.
  3. Use the «Ctrl + Shift + Enter» keyboard shortcut.

How to run app as administrator from desktop

On Windows 10, you can also start apps elevated from the desktop or taskbar.

To start an app with elevated privileges from the desktop, use these steps:

  1. Use the «Windows key + D» keyboard shortcut to view the desktop (if applicable).
  2. Right-click the app, and select the Run as administrator option.

Windows 10 desktop run as administrator option

(Image credit: Mauro Huculak)

To run apps elevated from the Taskbar, use these steps:

  1. Right-click the app in the Taskbar.
  2. Right-click the app name.
  3. Select the Run as administrator option.

Windows 10 taskbar run as administrator option

(Image credit: Mauro Huculak)

How to run app as administrator from Run

To start a program as an admin user from the Run command, use these steps:

  1. Open Start.
  2. Search for Run and click the top result to open the app.
  • Quick tip: You can also open the Run command using the «Windows key + R» keyboard shortcut.
  1. Type the name of the app—for example, explorer.exe.

Launch app as administrator with Run command

(Image credit: Mauro Huculak)
  1. Use the «Ctrl + Shift» keyboard shortcut. 
  2. Click the OK button.

How to run app as administrator from Task Manager

To launch an app as an administrator from Task Manager, use these steps:

  1. Open Start.
  2. Search for Task Manager and click the top result to open the app.
  • Quick tip: Other alternative ways to open the experience include right-clicking the Taskbar and selecting the «Task Manager» option. Use the «Ctrl + Shift + Esc» keyboard shortcut, the «Ctrl + Alt + Delete» shortcut, and click the «Task Manager» option.
  1. Click the File menu
  2. Select the «Run new task» option.

Task Manager run new task option

(Image credit: Mauro Huculak)
  1. Type the name of the app.
  2. Check the «Create this task with administrator» privileges.

Task Manager run as administrator option

(Image credit: Mauro Huculak)

How to run app as administrator from File Explorer

File Explorer includes at least two ways to launch apps as an administrator user.

To open app elevated with File Explorer, use these steps:

  1. Open File Explorer.
  2. Navigate to the folder with the executable file.
  3. Right-click the app and select the Run as administrator option.

File Explorer context menu options

(Image credit: Mauro Huculak)

To run a program as an administrator with the ribbon menu, use these steps:

  1. Open File Explorer.
  2. Navigate to the folder with the executable file.
  3. Select the app.
  4. Click the Application Tools tab.
  5. Click the Run as administrator button.

File Explorer ribbon menu run as administrator option

(Image credit: Mauro Huculak)
  • Quick note: If you click the arrow button, you can select to launch the app as admin or as a different user.

How to run app as administrator from Command Prompt

To run an app elevated from Command Prompt, use these steps:

  1. Open Start.
  2. Search for Command Prompt and click the top result to open the console.
  3. Type the following command to run an app with administrator privileges and press Enter: runas /user:»COMPUTER-NAME\ADMIN-USER» «C:\PATH\TO\PROGRAM.EXE»

In the command, update the syntax with your computer name, administrator user, and the correct program path. For example, this command starts PowerShell 7 with administrator privileges: runas /user:»wm-win10-rp\user@email.com» «C:\Program Files\PowerShell\7\pwsh.exe»

Command Prompt runas command

(Image credit: Mauro Huculak)
  1. Confirm the password and press Enter.

If you want to run an app always as an administrator, you can use these steps.

More resources

For more helpful articles, coverage, and answers to common questions about Windows 10 and Windows 11, visit the following resources: 

  • Windows 11 on Windows Central — All you need to know
  • Windows 10 on Windows Central — All you need to know

Mauro Huculak has been a Windows How-To Expert contributor for WindowsCentral.com for nearly a decade and has over 15 years of experience writing comprehensive guides. He also has an IT background and has achieved different professional certifications from Microsoft, Cisco, VMware, and CompTIA. He has been recognized as a Microsoft MVP for many years.

In Windows 10, knowing how to run programs as administrator is very important. By default, apps and games in Windows 10 run without administrator permissions, to prevent unauthorized changes to your system. However, there are times when some programs require administrator permissions to work properly or to run specific commands. Windows 10 offers you the ability to run programs as admin without having to disable anything. Here are all the methods to use «Run as administrator» on any desktop app in Windows 10:

First things first: About UAC and Run as administrator

In early versions of Windows, applications had system-wide privileges, which was a security risk. All of Microsoft’s operating systems from Windows Vista onward, including Windows 10, include UAC or User Account Control, a security feature that prevents unauthorized changes to the operating system. Trying to run an application as administrator is one of the changes that require administrative privileges. Before the selected program is launched, a UAC prompt is triggered, asking for permission. If you run the application from an account without administrator permissions, the UAC prompt asks you to enter an administrator password. Without the admin password, the program does not launch.

The UAC window

The UAC window

In Windows 10, you can only run a program with administrator permissions if it is a desktop app. Some of these applications, like security software, cannot run correctly without having administrative permissions. Windows apps that are installed from the Microsoft Store cannot be run with administrative privileges in Windows 10. Furthermore, they have the same level of permissions as a normal user account, so they are not allowed to make changes to advanced system settings or the Windows Registry.

You can learn more about the difference between desktop apps and UWP apps and figure out which ones you can «Run as administrator» by reading What is a Windows app? How is it different from a desktop app or a program?.

1. Run a program as admin from the contextual menu of its Start Menu shortcut or tile

In Windows 10, you can launch a program with administrative permissions by using the contextual menu of its Start Menu shortcut. First, open the Start Menu. Then, find the shortcut of the program you want to launch in the All apps list, and right-click or press-and-hold on it to open a contextual menu. Click, tap, or hover over the More option, and then click or tap on «Run as administrator.«

Choose Run as administrator from the shortcut's contextual menu

Choose Run as administrator from the shortcut’s contextual menu

If you have a tile for your desktop app available in the Start Menu, right-click or press-and-hold on it to open a contextual menu. Access More and then click or tap on «Run as administrator.«

2. Run as administrator using «Ctrl + Shift + Click» on its Start Menu shortcut or tile

Open the Start Menu and locate the shortcut of the program you want to launch as administrator. Hold down both the Ctrl and the Shift keys on your keyboard and then click or tap on that program’s shortcut.

Use Ctrl + Shift + Click/Tap on the Start Menu shortcut

Use Ctrl + Shift + Click/Tap on the Start Menu shortcut

You can also use the «Ctrl + Shift + Click/Tap» shortcut on an app’s Start Menu tile to run it with administrator permissions in Windows 10.

During our tests, this method did not work every time, so if that is the case for you, either try again or consider running the app as administrator another way.

3. Run a program as administrator from its desktop shortcut

Find the desktop shortcut for the program you want to run as admin or create one yourself. Then, right-click or press-and-hold on it to open a contextual menu. Click or tap on the «Run as administrator» option.

Press Run as administrator from the contextual menu

Press Run as administrator from the contextual menu

4. Run a desktop app as administrator from its taskbar shortcut

In Windows 10, you can also run a desktop app with administrator permissions from its taskbar shortcut. Right-click or press-and-hold on the shortcut, and then right-click or press-and-hold again on the program’s name. Then, from the menu that opens, choose «Run as administrator

Use the taskbar shortcut to run a program as administrator

Use the taskbar shortcut to run a program as administrator

You can also use the «Ctrl + Shift + Click/Tap» shortcut on an app’s taskbar shortcut to run it with administrator permissions in Windows 10.

5. Run a program as administrator from its right-click menu

Although easier to find, shortcuts are not the only way to run a program as administrator in Windows 10. You can perform the same action from the main executable file’s contextual menu.

Open File Explorer and find the desktop app’s executable. Right-click or press-and-hold on it to open the contextual menu, and then click or tap on «Run as administrator.«

Click or tap on Run as administrator

Click or tap on Run as administrator

6. Use «Run as administrator» from File Explorer’s ribbon

Find the program’s main executable in File Explorer. Select it, and then click or tap on the Manage tab from the ribbon.

Select the file and access Manage

Select the file and access Manage

The option you need is displayed in the Run section of Application Tools. Click or tap on the upper half of the «Run as administrator» button to give the selected app admin permissions.

Press the upper half of the button Run as administrator

Press the upper half of the button Run as administrator

As an alternative, you can also press the lower half of the «Run as administrator» button and then click or tap on the «Run as administrator» option from the drop-down menu.

Press Run as administrator from the drop-down menu

Press Run as administrator from the drop-down menu

7. Run a desktop app as admin from the Search window

In the taskbar search field, type in the name of the program that needs to run with administrator permissions. Then, click or tap on the «Run as administrator» option displayed on the right side of the Search window.

Press Run as administrator

Press Run as administrator

Obviously, when you see the UAC prompt asking for permission to run the app as admin, click or tap Yes.

8. Run a program as administrator using «Ctrl + Shift + Enter» on its taskbar search result

Type the name of the program in your taskbar’s search field. If there are multiple results, use the arrow keys on your keyboard to highlight the program you want to run as administrator. Then, simultaneously press the Ctrl + Shift + Enter keys on your keyboard.

Use Ctrl + Shift + Enter on the highlighted search result

Use Ctrl + Shift + Enter on the highlighted search result

9. Run a program as administrator from the Run window

Open the Run window and type in the name of the executable for the program you want to run as administrator. Then hold down the Ctrl and Shift keys on your keyboard and click or tap on OK.

Use Ctrl + Shift + Click/Tap on the OK button

Use Ctrl + Shift + Click/Tap on the OK button

Alternatively, after typing in the name of the program’s main executable, press the Ctrl + Shift + Enter keys on your keyboard at the same time.

Use Ctrl + Shift + Enter on the Run window

Use Ctrl + Shift + Enter on the Run window

10. Run as admin from the Task Manager

Another way to launch a program as administrator in Windows 10 is to start it using the Task Manager. To begin, open the Task Manager. Then, if it opens up in its compact view, click or tap on the More details button.

Click or tap on More details

Click or tap on More details

In the expanded Task Manager, open the File menu and click or tap on «Run new task.«

Access Run new task from the File menu

Access Run new task from the File menu

This opens the «Create new task» window. You can use its Open field to enter the path to the program you want to launch as administrator, or you can click or tap on Browse to navigate to it. Then, make sure to check the «Create this task with administrative privileges.» option and click or tap on OK.

Remember to check the box before hitting OK

Remember to check the box before hitting OK

TIP: An advantage of using this method to launch programs as administrator is that you skip the UAC part of the process. That is because the app automatically inherits the permissions of the Task Manager — in our case, administrator permissions — so all you have to do is check the box to enable the option, as seen above. The option is missing if you only have standard user permissions on the device.

Enabling administrative privileges is unavailable without an admin account

Enabling administrative privileges is unavailable without an admin account

11. Run a desktop app as admin using the RunAs command in Command Prompt (CMD) or PowerShell

If the command line is your favorite way of asking your computer to do what you want, you can also access Command Prompt or PowerShell to run a program as administrator. Enter the following command in the CMD or PowerShell window, adjusting it to fit your needs:

runas /user:»your_computer_name\administrator_name» «C:\path\program.exe«

Replace your_computer_name with your computer’s name, administrator_name with the name of a user account that is an administrator on your system, and C:\path\program.exe with the complete path to the program that you want to run as administrator.

As seen in the image below, if you enter the command correctly, you are also asked to enter the administrator’s password. Then, press Enter on your keyboard once again.

Run a program as administrator from CMD

Run a program as administrator from CMD

TIP: Using this method to launch programs as administrators, you skip the UAC part of the process.

12. Always run a program with administrator permissions

To avoid constantly having to use the methods illustrated above on desktop apps accessed on a regular basis, you can set a program to always run with administrator permissions.

First, open File Explorer and find the main executable of the program you want to run. Right-click or press and hold on it to open the contextual menu. Then, click or tap on Properties.

Access Properties

Access Properties

In the Properties window, go to the Compatibility tab. At the bottom of the window, check the box next to the «Run this program as an administrator» option, and then click or tap on Apply or OK.

Enable the option to run as admin and apply the changes

Enable the option to run as admin and apply the changes

This setting is applied, and, from now on, the program always runs with administrator permissions. Follow the same steps if you want to disable the option. You can also edit the Properties of a program’s shortcut to avoid tampering with its main executable. To begin, right-click or press-and-hold on a program’s shortcut to access its contextual menu, and click or tap on Properties.

Access Properties

Access Properties

Then, in the shortcut’s Properties window, select the Shortcut tab. Click or tap on the Advanced button to open Advanced Properties.

Access Advanced Properties

Access Advanced Properties

In the Advanced Properties window, check the box next to «Run as administrator» and then click or tap OK.

Check the box and press on OK

Check the box and press on OK

Finally, you are returned to the Properties window, where you have to click or tap on OK or Apply, and you are done.

Press OK or Apply to save the changes

Press OK or Apply to save the changes

The settings are applied, and your program works with administrative permissions as long as you open it using the same shortcut. When you use the methods in this section, the UAC prompts you as soon as you try to launch the app.

13. Run a program with administrator permissions and without a UAC prompt

Using the Task Scheduler, you can run a program as administrator without being prompted by the UAC (User Account Control) every time. It is simple, and you don’t have to disable UAC, thus compromising Windows 10’s security. We put together a detailed step by step guide to help you: Use the Windows Task Scheduler to run apps without UAC prompts and admin rights.

Which method(s) do you plan to use?

In Windows 10, there are fewer apps that need to run with administrator permissions than in older versions of Windows. However, a few legitimate programs still require elevated privileges. The main thing to remember is that even if you are logged in with an administrator account, you regularly run apps as a standard user. This means that if you need to run a program that requires administrator permissions, you can just use one of the methods described above and then approve it in the UAC prompt. Which of the method(s) illustrated do you plan to use? Did you already use some of them? Let us know in a comment.

Статью прочитали: 2 905

Запуск приложения с правами администратора требуется в системах Windows 10 довольно часто. Особенно если вам нужно внести изменения в системные файлы.

Например, если нужно запустить окно командной строки, надо делать это с максимальными привилегиями в системе. Здесь можно запускать команды, которые могут вносить изменения в настройки Windows.

Со времён Windows Vista существует контроль учётных записей пользователя (User Account Control, UAC). Данная функция предупреждает, когда запускаемая вами программа требует прав администратора. Особенно полезно это в случае работы вредоносных приложений, которые могут пытаться украсть ваши данные или получить управление системой. UAC позволяет заблокировать работу таких уведомлений ещё до того, как они будут запущены.

В то же время, операционная система позволяет сделать так, чтобы приложения всегда запускались с правами администратора. Это избавит от необходимости каждый раз нажимать на подтверждение.

Такой вариант удобен, но может быть опасен на компьютерах, где есть вероятность столкнуться с вирусами и вредоносными программами. Если дать определённому процессу повышенные привилегии, злоумышленники могут получить доступ к устройству.

Продолжение

Обычно для запуска с правами администратора нужно нажать на файл правой кнопкой мыши и выбрать команду «Запуск от имени администратора».

Потребуется всего несколько щелчков мыши. Этот метод работает в любой версии Windows 10 и в старых версиях Windows.

В этой статье мы будем использовать приложение WordPad, которое может применяться для изменения файла HOSTS в операционной системе. Без запуска с правами администратора изменения сюда внести невозможно.

Сначала нужно найти местоположение исполняемого файла. Нажмите на меню «Пуск», наберите WordPad, нажмите на WordPad правой кнопкой мыши и в контекстном меню выберите команду «Перейти к расположению файла».

В данном примере файл располагается по следующему пути:

C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Accessories

Продолжение

В нашем случае приложение находится в корневой папке. Нажмите на него правой кнопкой мыши, выберите Свойства > Ярлык > Дополнительно.

Здесь есть единственная опция, «Запуск от имени администратора». Ниже написано, что она позволяет сделать. Нужно поставить галочку напротив. Опять-таки, в большинстве случаев делать этого не рекомендуется. Можно просто каждый раз запускать нужные приложения с правами администратора при помощи контекстного меню.

Как уже сказано, этот метод работает со всеми версиями Windows, включая Windows 7 и 8.1. Будет работать он и в новой версии Windows 10 May 2019 Update, работает также в сборках Windows 10 April 2020 Update (20H1). Таким образом, Microsoft в ближайшее время не планирует вносить сюда изменения.

Понравилась статья? Поделить с друзьями:
0 0 голоса
Рейтинг статьи
Подписаться
Уведомить о
guest

0 комментариев
Старые
Новые Популярные
Межтекстовые Отзывы
Посмотреть все комментарии
  • Не запускается планировщик заданий windows 10
  • Плохо работает интернет на ноутбуке через wifi windows 10 на ноутбуке
  • Сменить порт rdp windows server 2019
  • Как ускорить загрузку яндекс браузера на windows 10
  • Windows xp симулятор вирус