Как зайти в powershell от имени администратора windows 10

Товарищи, добрый день. Так как у меня появились несколько идей для написания будущих статей, я решил немного подготовить сайт. В будущем, нам скорее всего понадобится инструмент PowerShell, который уже сейчас превосходит по возможностям стандартную командную строку, но все равно развивается параллельно ей. Подробнее лучше прочитать на википедии, а у нас практические знания, поэтому переходим к инструкции. И снова у нас несколько способов:

  1. Через меню «Пуск»
  2. Через командную строку
  3. Через проводник
  4. Заменой командной строки в контекстном меню «Пуск» (только современные операционные системы)

Самый популярный способ у нас будет первым, для Windows 10: открываем меню «Пуск» → «Все программы» → ищем каталог «Windows PowerShell» и выбираем файл нужной разрядности. На 32 битных системах будет только 32 битный исполняющий файл.

001

Если необходим PowerShell с правами администратора, то кликаем правой клавишей мыши по файлу, выбираем «Дополнительно» и жмем «Запуск от имени администратора».

003

Для Windows 8.x и старше: Открываем меню «Пуск» → открываем раздел «Все программы» → листаем до раздела служебные и открываем Windows PowerShell этот сриншот сделан на 32 битной системе и здесь уже видно, что файл будет только один.

Для Windows 8.x и старше: Открываем меню "Пуск" → открываем раздел "Все программы" → листаем до раздела служебные и открываем Windows PowerShell этот сриншот сделан на 32 битной системе и здесь уже видно, что файл будет только один.

Запуск от имени администратора по тому же сценарию, правой клавишей по файлу и выбираем «Запустить от имени администратора»

Запуск от имени администратора по тому же сценарию, правой клавишей по файлу и выбираем "Запустить от имени администратора"

2. Запуск PowerShell через командную строку

Да, для любителей нестандартных путей, тоже способ есть)) Много способов запуска командной строки описаны здесь. Здесь же я опишу способ, который подходит для современных операционных систем. Нажимаем правой клавишей мыши по углу пуск или жмем Win+X, а в открывшемся меню выбираем подходящую командную строку. Если вам необходим PowerShell с правами администратора, то выбираем и командную строку с правами администратора.

005

В открывшееся окно вводим powershell и жмём Enter. После этого командная строка будет работать полностью как Windows PowerShell.

В открывшееся окно вводим powershell и жмём Enter. После этого командная строка будет работать полностью как Windows PowerShell.

3. Запуск Windows PowerShell через окно проводника Windows.

Открываем проводник и переходим в одну из папок:

a) 64bit PowerShell если стоит 64 битная система или 32bit PowerShell, если стоит 32 битная система
C:\Windows\System32\WindowsPowerShell\v1.0

b) 32bit PowerShell на 64 битных системах находится в папке:
C:\Windows\syswow64\Windowspowershell\v1.0

Можно просто вставить ссылку в адресную строку.

007

Если вам нужен PowerShell с обычными правами, просто запускаем выделенный файл. Если же с правами администратора, жмём правой клавишей мыши и выбираем «Запуск от имени администратора».

Если вам нужен PowerShell с обычными правами, просто запускаем выделенный файл. Если же с правами администратора, жмём правой клавишей мыши и выбираем "Запуск от имени администратора".

4. Замена командной строки на PowerShell в контекстном меню «Пуск».

Вот во втором способе, мы использовали контекстное меню «Пуска» и там по-умолчанию добавлена командная строка. Это можно исправить. Скажем для системных администраторов, все чаще нужен PowerShell, вместо командной строки и вместе с добавлением контекстного меню, Microsoft добавили возможность замены командной строки на Windows PowerShell. Для этого, необходимо кликнуть правой клавишей мыши по пустому месту на «Панели задач». И выбрать её «Свойства».

009

На вкладке «Навигация» ставим галочку на «Заменить командную строку оболочкой Windows PowerShell…» и жмём ОК.

На вкладке "Навигация" ставим галочку на "Заменить командную строку оболочкой Windows PowerShell..." и жмём ОК.

Теперь в контекстном меню можно сразу же запускать Windows PowerShell.

Теперь в контекстном меню можно сразу же запускать Windows PowerShell.

Вроде всё. Надеюсь эта статья оказалась вам полезной, нажмите одну из кнопок ниже, чтобы рассказать о ней друзьям. Также подпишитесь на обновления сайта, введя свой e-mail в поле справа или подписавшись на группу во Вконтакте и канал YouTube.
Спасибо за внимание :)

Материал сайта geekteam.pro

Как открыть PowerShell от Администратора в Windows 10

В своих статьях я часто прошу читателя открыть PowerShell от имени администратора, чтобы выполнить ту или иную настройку. Кроме того, ряд команд PowerShell в  Windows 10  требуют повышенных привилегий по умолчанию. Сегодня мы рассмотрим различные способы открытия PowerShell от имени Администратора.

PowerShell — это среда автоматизации задач и управления конфигурацией? созданная компанией Microsoft и состоящая из оболочки командной строки и связанного языка сценариев. Первоначально это был исключительно компонент Windows, известный как Windows PowerShell, но 18 августа 2016 года его исходные коды были открыты, а сама среда стала кроссплатформенным продуктов, который теперь можно установить и запустить, например, в Linux.

PowerShell Running As Admin

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

  1. Откройте меню «Пуск».
  2. Перейдите к папке «Служебные — Windows». Там вы найдете ярлык Windows PowerShell.Open PowerShell In Start
  3. Нажмите и удерживайте клавиши Ctrl + Shift, затем щелкните на ярлыке «Windows PowerShell».
  4. Или же кликните правой кнопкой мыши на этом ярлыке, и выберите Дополнительно — Запуск от имени администратора.Open PowerShell In Start As Admin

Кроме того, можно использовать поиск.

Откройте PowerShell от Администратора из Поиска Windows

  1. Кликните на поле Поиска в панели задач.
  2. Введите powershell.
  3. Если поля поиска в панели задач нет, откройте меню «Пуск», нажав клавишу «Win». Печатайте powershell прямо в меню Пуск.PowerShell In Search
  4. Просто нажмите Ctrl + Shift + Enter, чтобы запустить PowerShell от Администратора.
  5. Или выберите Windows PowerShell в результатах поиска, а справа кликните на Запуск от имени администратора.PowerShell In Search Run As Admin

Открыть PowerShell от Администратора можно из диалогового окна «Выполнить»

  1. Одновременно нажмите клавиши Win + R на клавиатуре и введите в поле Выполнить следующее: powershell.Open PowerShell From Run
  2. Нажмите Ctrl + Shift + Enter, чтобы открыть новый экземпляр PowerShell с повышенными привилегиями.

Это очень удобный способ в Windows 10. Начиная с Windows 8, Microsoft реализовала полезное меню Win+X, которое содержит множество полезных элементов, таких как Панель управления, Сетевые подключения и так далее. Оно содержит команды Windows PowerShell и Windows PowerShell (администратор). Последний — именно то, что нам нужно.

Чтобы получить доступ к этому меню в Windows 10, одновременно нажмите клавиши Win + X на клавиатуре.

WinX Menu Windows 10

Совет: можно заменить PowerShell на классическую командную строку. Вот как это сделать: Как добавить Командную строку в меню Win + X в Windows 10

Наконец, вы также можете запустить PowerShell из Проводника.

Как запустить PowerShell от Администратора из Проводника Windows 10

  1. Откройте Проводник.
  2. Перейдите в какую-либо папку, например, на диск C:.
  3. Кликните Файл > Открыть Windows PowerShell > Открыть Windows PowerShell от имени администратора в Проводнике.Open PowerShell From File Explorer
  4. PowerShell будет запущен от имени администратора в текущей папке.

💡Узнавайте о новых статьях быстрее. Подпишитесь на наши каналы в Telegram и Twitter.

Судя по тому, что вы читаете этот текст, вы дочитали эту статью до конца. Если она вам понравилась, поделитесь, пожалуйста, с помощью кнопок ниже. Спасибо за вашу поддержку!

В этой базовой инструкции подробно описано 7 способов запустить PowerShell от имени администратора, в Windows.

Запуск PowerShell с правами администратора, частая необходимость при получении доступа или изменении параметров системы.

Содержание

Запуск PowerShell от имени администратора, с помощью:

  1. Меню Пуск
  2. Меню Быстрые ссылки
  3. Меню Файл
  4. Меню Поиск
  5. Командная строка
  6. PowerShell (с правами пользователя)
  7. Меню Выполнить

Article in other languages:
?? — How to Run PowerShell as Administrator
?? — Cómo ejecutar PowerShell como administrador
?? — Comment exécuter PowerShell en tant qu’administrateur
?? — So führen Sie PowerShell als Administrator aus
?? — Hoe te PowerShell uitvoeren als administrator

Меню Пуск

Первый способ — это запуск PowerShell от имени администратора, используя кнопку Пуск.

  1. Нажмите кнопку Пуск;
  2. В списке программ нажмите Windows PowerShell;
  3. Щелкните по Windows PowerShell правой клавишей мыши, выберите Дополнительно и Запуск от имени администратора.

Запуск PowerShell от имени администратора с помощью Меню Пуск

Меню Быстрые ссылки

Второй способ — это запуск PowerShell от имени администратора, используя меню Быстрые ссылки.

  1. Щёлкните по кнопке Пуск правой клавишей мыши (или нажмите сочетание Windows+X);
  2. Нажмите Windows PowerShell (администратор).

Запуск PowerShell от имени администратора с помощью Меню Быстрые ссылки

Меню Файл

Третий способ запустить PowerShell от имени администратора — это используя меню Файл при выделении файла или папки в проводнике Windows.

  1. Выделите файл или папку в окне Проводника Windows;
  2. Щелкните по меню Файл, наведите курсор на треугольник расширенного выбора в пункте Windows PowerShell;
  3. Выберите Запустить Windows PowerShell от имени администратора.

Запуск PowerShell от имени администратора с помощью Меню Файл

Меню Поиск

Четвертый способ запуска PowerShell с правами администратора — это используя Поиск Windows из начального меню.

  1. Щелкните по строке Поиск на панели задач (или нажмите сочетание Windows+S);
  2. Введите текст PowerShell;
  3. Щелкните по треугольнику расширенные результаты в пункте Windows PowerShell и нажмите Запуск от имени администратора.

Запуск PowerShell от имени администратора с помощью Меню Поиск

Пятый способ — это запуск PowerShell от имени администратора, с помощью командной строки.

Запустите командную строку и выполните команду:

powershell "start-process powershell -verb runas"

Запуск PowerShell от имени администратора с помощью Командной строки

Запуск PowerShell от имени администратора с помощью PowerShell (с правами пользователя)

Шестой способ — это запуск PowerShell от имени администратора, с помощью консоли PowerShell запущенной с правами пользователя.

Запустите консоль PowerShell и выполните команду:

start-process powershell –verb runas

Запуск PowerShell от имени администратора с помощью PowerShell (с правами пользователя)

Меню Выполнить

Седьмой способ — используйте меню Выполнить, для запуска Windows PowerShell с правами администратора.

Откройте меню Выполнить.

  1. Нажмите сочетание клавиш Windows+R (или щелкните по кнопке Пуск правой клавишей мыши, выберите Выполнить);
  2. Введите команду powershell;
  3. Нажмите сочетание клавиш Ctrl+Shift+Enter.

Запустите Windows PowerShell с правами администратора из меню Выполнить.


? В этой статье обсуждалось как запустить PowerShell с правами администратора, для запуска программ или изменения параметров системы требующих повышенных прав. Я надеюсь, вы смогли запустить консоль PowerShell с повышенными правами выбранным способом. Однако, если вы столкнулись с каким-то проблемами при запуске PowerShell, не стесняйтесь написать в комментариях. Я постараюсь помочь.

Whether you’re just starting out with PowerShell or you already know how to run commands, there are times when you must use PowerShell to ‘run as administrator’ Why? Because sometimes, any activity you do inside of PowerShell will require elevated privileges.

In this tutorial, you’re going to learn just about every way possible to run PowerShell as administrator from the perspective of an end-user, a command-line junkie, or an IT admin!

This tutorial has many sections each showcasing how to run PowerShell as administrator. Feel free to click on whichever method you prefer in the Table of Contents.

Prerequisites

This article will be a hands-on tutorial. If you’d like to follow along, please be sure you have:

  • A Windows 10 PC – Although Windows 10 was used as an example for this article, most of the methods provided will work with Windows 7+.
  • An account with administrator privileges. If you don’t already have one, learn how to create one here.
  • PowerShell – Most of these methods will work with Windows PowerShell 5.1 or PowerShell 7.

Running PowerShell as Administrator with a Right-Click

One of the simplest ways to run PowerShell as administrator is with a right-click. There are a few different areas where you can right click on PowerShell and run it. Let’s run through them.

Using the Search Bar

The Search Bar is practically one of the easiest ways to run most of the programs installed on your computer. It’s also an easy way to run any program as administrator, including PowerShell.

To run PowerShell, specifically, as administrator from the search bar:

  1. Click on the search box at the taskbar and type powershell. This action will bring up the PowerShell edition of your preference.
  2. Look for Windows PowerShell or just PowerShell, if using PowerShell Core, from the search result.
  3. Right-click on the menu item and select Run as administrator.

You can see these steps demonstrated in the screenshot below.

Runnning PowerShell Using the Search Bar
Runnning PowerShell Using the Search Bar

If you pin a program to the start menu or taskbar, you can also right-click on the menu item there as well. With this method, Windows 10 creates a shortcut for PowerShell that is more accessible to you at the start menu or the taskbar.

To run PowerShell as administrator on a pinned item:

  1. Find the PowerShell icon in the search box again.
  2. Right-click on the PowerShell icon and select Pin to Start or Pin to Taskbar.
Pinning PowerShell to Start Menu or Taskbar
Pinning PowerShell to Start Menu or Taskbar
  1. Click on the Start button
  2. Look for Windows PowerShell (or PowerShell Core) on the right side of the Start Menu.
  3. Right-click on the menu item and choose Run as administrator.
Running PowerShell From The Start Menu
Running PowerShell From The Start Menu

Running PowerShell as Administrator Using File Explorer

Are you in Windows’ File Explorer, you can fire up PowerShell as administrator there too!

  1. Open up File Explorer by using Win Key + E shortcut keys or by simply clicking the icon at the taskbar as you can see on the screenshot below.
Open File Explorer From The Taskbar
Open File Explorer From The Taskbar

2. Once in File Explorer, click on File → Open Windows PowerShell → Open Windows PowerShell as administrator as shown below.

Run PowerShell From File Menu in File Explorer
Run PowerShell From File Menu in File Explorer

Using the PowerShell Executable

Whether you’re using a 32-bit or 64-bit operating system, you can run PowerShell as administrator from its respective location.

  1. In File Explorer, navigate to one of the folders below.
    • For 32-bit OS: C:\Windows\System32\WindowsPowerShell\v1.0
    • For 64-bit OS: C:\Windows\SysWOW64\WindowsPowerShell\v1.0
  2. Find the powershell.exe file.
  3. Right-click on powershel.exe and select Run as Adminstrator.
Run PowerShell as Administrator From a Folder
Run PowerShell as Administrator From a Folder

Creating a Shortcut for PowerShell on the Desktop

If you’d like an easy way to invoke PowerShell, you can also create a Windows shortcut for it.

  1. Once you’ve got the Create Shortcut process started, provide the path to the PowerShell executable. For Windows PowerShell, that path is:
  • For 32-bit OS: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe
  • For 64-bit OS: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
Proceed Creating The Shortcut
Proceed Creating The Shortcut

2. Provide the shortcut a handy name (PowerShell Admin for example).

Name The Shortcut For PowerShell
Name The Shortcut For PowerShell

3. Find the shortcut you just created and right-click on it and choose Properties as shown below.

Accessing PowerShell's Shortcut Properties
Accessing PowerShell’s Shortcut Properties

4. Click on Shortcut tab and then on the Advanced button and the Advanced Properties window will pop-up.

PowerShell's Shortcut Properties
PowerShell’s Shortcut Properties

5. In the Advanced Properties window, select the Run as administrator checkbox and click OK.

Set PowerShell to Run as Administrator
Set PowerShell to Run as Administrator

6. Back to the Shortcut Properties, click OK to apply the changes and you’re all set.

Another way to easily access PowerShell is via the Win-X menu as shown in the following screenshot. This menu was never given an official name but was widely referred to as Win-X (or power user menu) as the shortcut to access it is Win Key + X.

Once the menu is up, simply click on Windows PowerShell (Admin) and you’re off to th races.

Running PowerShell via WinX Menu
Running PowerShell via WinX Menu

Using the Run Command Window

The Run Command Window is a powerful tool that lets you run programs without searching for them using the SearchBar, Start Menu or File Explorer. To run PowerShell as administrator via the Run command window:

  1. Press Win Key + R. A a small window will pop up as shown in the screenshot below.
  2. Type in powershell and press Ctrl+Shift+Enter or press and hold Ctrl+Shift.
  3. Click OK to make PowerShell run as administrator.
Run Command Window
Run Command Window

You’re now running PowerShell as administrator.

Using Task Manager

Task Manager is a tool that lets you monitor or end a process of the programs and services that are currently running on your computer. You can also use it to execute a task such as running PowerShell as administrator manually.

To run PowerShell as administrator via the task manager:

  1. Open the Task Manager by pressing Ctrl+Shift+Esc keys on your keyboard or as you see in the screenshot below

You can alternatively right-click on the Task Bar and select Task Manager to bring up Task Manager.

Run Task Manager
Run Task Manager

2. Once Task Manager opens, go up to File and click on Run new task as shown below.

Run New Task in Task Manager
Run New Task in Task Manager

3. You should then see a window pop up that looks similar to the Run window described earlier.

4. Type in powershell ensuring you also check the Create this task with administrative privileges checkbox and click OK to make PowerShell run as administrator.

Running PowerShell as Administrator with the Command Line

If you regularly find yourself on the command line, don’t fret, you can run PowerShell as administrator there too!

If you already have cmd. exe open running as adminstrator using the same techniques described in this article, you can simply run start powershell and it will be running as adminstrator.

If you’re running a command prompt not as administrator yet, that’s not a problem. Invoke the Start-Process cmdlet with PowerShell from cmd. exe using the -Verb runas parameter.

powershell Start-Process powershell -Verb runAs

If you’re already in a PowerShell window, you can run Start-Process powershell -Verb runas directly to open a new PowerShell instance running as administrator

Creating a Batch File to Run PowerShell as Administrator

So you now know how to invoke PowerShell as administrator from a command prompt. If you already know how to do that, you can create a batch file to automate it!

Open up your favorite text editor, paste in the following line and save the file as PowerShell as admin.bat anywhere you’d like.

Powershell.exe -Command "& {Start-Process Powershell.exe -Verb RunAs}"

Run the batch file and you’ll notice up comes a PowerShell window running as administrator!

Creating a Scheduled Task to Run PowerShell as Administrator

Task Scheduler is a built-in app on Windows 10 that lets you virtually run automated tasks. Hence, you can also use it to create a task that runs PowerShell as administrator each time you logon to your computer, for example.

Start up the Create Taskbox and specify the file to run as one of the below:

  • For 32-bit OS: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
  • For 64-bit OS: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe

In the Create Task windows, provide the values to all of the menu items shown below ensuring the Run with highest privileges checkbox is checked.

Enable Run with Highest Privileges Option
Enable Run with Highest Privileges Option

Now when the scheduled task is invoked, it will execute PowerShell as administrator!

Further Reading

  • PowerShell Objects, Properties and Methods
  • How to Set Up and Manage Scheduled Tasks with PowerShell

Is there a way to run a PowerShell Prompt with elevated privileges from a command line? In this tutorial we’ll show you 5 simple ways to open PowerShell as Administrator in Windows 10.

Method 1: Run PowerShell as Administrator Using Cortana Search Bar

Windows 10 comes with a Cortana search box in the taskbar. Just type powershell in the search box.

cortana

Right click on Windows PowerShell on the results and select Run as administrator.

run-powershell-from-cortana

The UAC prompt will ask you for your consent. Click Yes, and the elevated PowerShell prompt will open.

run-powershell-as-admin

Method 2: Run PowerShell as Administrator Using the Run Window

Press Windows + R keys together on the keyboard to open the Run box. Type powershell and hit Enter.

run

Windows PowerShell will launch with the rights of the current user.

If you want to switch from normal mode to administrator mode, type the following PowerShell command and press Enter.
Start-Process powershell -Verb runAs

switch-to-admin-mode

Method 3: Run PowerShell as Administrator from Command Prompt or WinX Menu

Open the Command Prompt as administrator, type powershell and press Enter.

Since Windows 10 Creators Update, you can also access PowerShell from the WinX menu. Press Windows + X keys together on the keyboard to open the WinX menu. Click on “Windows PowerShell (Admin)“.

Method 4: Run PowerShell as Administrator from Task Manager

First of all you need to access the Task Manager. This can be done by pressing Ctrl + Shift + Esc in Windows 10 / 8. By default Task Manager shows fewer details, and you need to click More Details.

Click on File menu and select New Task.

task-manager

Type powershell and select the “Create this task with administrative privileges” check box and click OK to open an elevated PowerShell prompt.

create-new-task

Method 5: Run PowerShell as Administrator from Start Menu

Click on the Start button to open the Start menu. Next click on All apps button at the bottom to expand the list of apps.

start-menu

Scroll to the Windows PowerShell folder. Expand the folder and then right-click on Windows PowerShell shortcut. Select “Run as administrator“.

run-powershell-from-start-menu

If you’re running Windows 7, Vista or XP, in order to start Windows PowerShell with administrator privileges, you need to click Start -> All Programs -> Accessories, point to Windows PowerShell, right-click Windows PowerShell, and select Run As Administrator.

  • Previous Post: A Workaround to Disable PIN Login in Windows 10 / 8
  • Next Post: Windows 10 Command Prompt: New Console vs. Legacy Console

  • Как зайти в postgresql из консоли windows
  • Как зайти в path windows
  • Как зайти в gpedit msc на windows 10
  • Как зайти в microsoft store в windows 10
  • Как зайти в hosts windows 10