Товарищи, добрый день. Так как у меня появились несколько идей для написания будущих статей, я решил немного подготовить сайт. В будущем, нам скорее всего понадобится инструмент PowerShell, который уже сейчас превосходит по возможностям стандартную командную строку, но все равно развивается параллельно ей. Подробнее лучше прочитать на википедии, а у нас практические знания, поэтому переходим к инструкции. И снова у нас несколько способов:
- Через меню «Пуск»
- Через командную строку
- Через проводник
- Заменой командной строки в контекстном меню «Пуск» (только современные операционные системы)
Самый популярный способ у нас будет первым, для Windows 10: открываем меню «Пуск» → «Все программы» → ищем каталог «Windows PowerShell» и выбираем файл нужной разрядности. На 32 битных системах будет только 32 битный исполняющий файл.
Если необходим PowerShell с правами администратора, то кликаем правой клавишей мыши по файлу, выбираем «Дополнительно» и жмем «Запуск от имени администратора».
Для Windows 8.x и старше: Открываем меню «Пуск» → открываем раздел «Все программы» → листаем до раздела служебные и открываем Windows PowerShell этот сриншот сделан на 32 битной системе и здесь уже видно, что файл будет только один.
Запуск от имени администратора по тому же сценарию, правой клавишей по файлу и выбираем «Запустить от имени администратора»
2. Запуск PowerShell через командную строку
Да, для любителей нестандартных путей, тоже способ есть)) Много способов запуска командной строки описаны здесь. Здесь же я опишу способ, который подходит для современных операционных систем. Нажимаем правой клавишей мыши по углу пуск или жмем Win+X, а в открывшемся меню выбираем подходящую командную строку. Если вам необходим 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
Можно просто вставить ссылку в адресную строку.
Если вам нужен PowerShell с обычными правами, просто запускаем выделенный файл. Если же с правами администратора, жмём правой клавишей мыши и выбираем «Запуск от имени администратора».
4. Замена командной строки на PowerShell в контекстном меню «Пуск».
Вот во втором способе, мы использовали контекстное меню «Пуска» и там по-умолчанию добавлена командная строка. Это можно исправить. Скажем для системных администраторов, все чаще нужен PowerShell, вместо командной строки и вместе с добавлением контекстного меню, Microsoft добавили возможность замены командной строки на 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 от Администратора в Windows 10. Мы начнём традиционно с меню Пуск.
- Откройте меню «Пуск».
- Перейдите к папке «Служебные — Windows». Там вы найдете ярлык Windows PowerShell.
- Нажмите и удерживайте клавиши
Ctrl
+Shift
, затем щелкните на ярлыке «Windows PowerShell». - Или же кликните правой кнопкой мыши на этом ярлыке, и выберите Дополнительно — Запуск от имени администратора.
Кроме того, можно использовать поиск.
Откройте PowerShell от Администратора из Поиска Windows
- Кликните на поле Поиска в панели задач.
- Введите
powershell
. - Если поля поиска в панели задач нет, откройте меню «Пуск», нажав клавишу «
Win
». Печатайтеpowershell
прямо в меню Пуск. - Просто нажмите
Ctrl
+Shift
+Enter
, чтобы запустить PowerShell от Администратора. - Или выберите
Windows PowerShell
в результатах поиска, а справа кликните на Запуск от имени администратора.
Открыть PowerShell от Администратора можно из диалогового окна «Выполнить»
- Одновременно нажмите клавиши
Win
+R
на клавиатуре и введите в поле Выполнить следующее:powershell
. - Нажмите
Ctrl
+Shift
+Enter
, чтобы открыть новый экземпляр PowerShell с повышенными привилегиями.
Это очень удобный способ в Windows 10. Начиная с Windows 8, Microsoft реализовала полезное меню Win+X, которое содержит множество полезных элементов, таких как Панель управления, Сетевые подключения и так далее. Оно содержит команды Windows PowerShell и Windows PowerShell (администратор). Последний — именно то, что нам нужно.
Чтобы получить доступ к этому меню в Windows 10, одновременно нажмите клавиши Win
+ X
на клавиатуре.
Совет: можно заменить PowerShell на классическую командную строку. Вот как это сделать: Как добавить Командную строку в меню Win + X в Windows 10
Наконец, вы также можете запустить PowerShell из Проводника.
Как запустить PowerShell от Администратора из Проводника Windows 10
- Откройте Проводник.
- Перейдите в какую-либо папку, например, на диск
C:
. - Кликните Файл > Открыть Windows PowerShell > Открыть Windows PowerShell от имени администратора в Проводнике.
- PowerShell будет запущен от имени администратора в текущей папке.
💡Узнавайте о новых статьях быстрее. Подпишитесь на наши каналы в Telegram и Twitter.
Судя по тому, что вы читаете этот текст, вы дочитали эту статью до конца. Если она вам понравилась, поделитесь, пожалуйста, с помощью кнопок ниже. Спасибо за вашу поддержку!
В этой базовой инструкции подробно описано 7 способов запустить PowerShell от имени администратора, в Windows.
Запуск PowerShell с правами администратора, частая необходимость при получении доступа или изменении параметров системы.
Содержание
Запуск PowerShell от имени администратора, с помощью:
- Меню Пуск
- Меню Быстрые ссылки
- Меню Файл
- Меню Поиск
- Командная строка
- PowerShell (с правами пользователя)
- Меню Выполнить
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 от имени администратора, используя кнопку Пуск.
- Нажмите кнопку Пуск;
- В списке программ нажмите Windows PowerShell;
- Щелкните по Windows PowerShell правой клавишей мыши, выберите Дополнительно и Запуск от имени администратора.
Меню Быстрые ссылки
Второй способ — это запуск PowerShell от имени администратора, используя меню Быстрые ссылки.
- Щёлкните по кнопке Пуск правой клавишей мыши (или нажмите сочетание Windows+X);
- Нажмите Windows PowerShell (администратор).
Меню Файл
Третий способ запустить PowerShell от имени администратора — это используя меню Файл при выделении файла или папки в проводнике Windows.
- Выделите файл или папку в окне Проводника Windows;
- Щелкните по меню Файл, наведите курсор на треугольник расширенного выбора в пункте Windows PowerShell;
- Выберите Запустить Windows PowerShell от имени администратора.
Меню Поиск
Четвертый способ запуска PowerShell с правами администратора — это используя Поиск Windows из начального меню.
- Щелкните по строке Поиск на панели задач (или нажмите сочетание Windows+S);
- Введите текст PowerShell;
- Щелкните по треугольнику расширенные результаты в пункте Windows PowerShell и нажмите Запуск от имени администратора.
Пятый способ — это запуск PowerShell от имени администратора, с помощью командной строки.
Запустите командную строку и выполните команду:
powershell "start-process powershell -verb runas"
Запуск PowerShell от имени администратора с помощью PowerShell (с правами пользователя)
Шестой способ — это запуск PowerShell от имени администратора, с помощью консоли PowerShell запущенной с правами пользователя.
Запустите консоль PowerShell и выполните команду:
start-process powershell –verb runas
Меню Выполнить
Седьмой способ — используйте меню Выполнить, для запуска Windows PowerShell с правами администратора.
Откройте меню Выполнить.
- Нажмите сочетание клавиш Windows+R (или щелкните по кнопке Пуск правой клавишей мыши, выберите Выполнить);
- Введите команду powershell;
- Нажмите сочетание клавиш Ctrl+Shift+Enter.
? В этой статье обсуждалось как запустить 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:
- Click on the search box at the taskbar and type powershell. This action will bring up the PowerShell edition of your preference.
- Look for Windows PowerShell or just PowerShell, if using PowerShell Core, from the search result.
- Right-click on the menu item and select Run as administrator.
You can see these steps demonstrated in the screenshot below.
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:
- Find the PowerShell icon in the search box again.
- Right-click on the PowerShell icon and select Pin to Start or Pin to Taskbar.
- Click on the Start button
- Look for Windows PowerShell (or PowerShell Core) on the right side of the Start Menu.
- Right-click on the menu item and choose Run as administrator.
Running PowerShell as Administrator Using File Explorer
Are you in Windows’ File Explorer, you can fire up PowerShell as administrator there too!
- 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.
2. Once in File Explorer, click on File → Open Windows PowerShell → Open Windows PowerShell as administrator as shown below.
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.
- 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
- Find the powershell.exe file.
- Right-click on powershel.exe and select Run as Adminstrator.
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.
- 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
2. Provide the shortcut a handy name (PowerShell Admin for example).
3. Find the shortcut you just created and right-click on it and choose Properties as shown below.
4. Click on Shortcut tab and then on the Advanced button and the Advanced Properties window will pop-up.
5. In the Advanced Properties window, select the Run as administrator checkbox and click OK.
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.
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:
- Press Win Key + R. A a small window will pop up as shown in the screenshot below.
- Type in powershell and press Ctrl+Shift+Enter or press and hold Ctrl+Shift.
- Click OK to make PowerShell run as administrator.
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:
- 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.
2. Once Task Manager opens, go up to File and click on Run new task as shown below.
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.
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.
Right click on Windows PowerShell on the results and select Run as administrator.
The UAC prompt will ask you for your consent. Click Yes, and the elevated PowerShell prompt will open.
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.
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
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.
Type powershell and select the “Create this task with administrative privileges” check box and click OK to open an elevated PowerShell prompt.
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.
Scroll to the Windows PowerShell folder. Expand the folder and then right-click on Windows PowerShell shortcut. Select “Run as administrator“.
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