Windows

How to open PowerShell window as administrator

How to open PowerShell window as administrator: Most of the users are aware of the Command Prompt that is present in all the versions of Windows. This is one of the most dominant tools on the Windows Operating System. However, Windows support another powerful application, PowerShell, to perform a wide range of operations. PowerShell is a task-based mechanization and a fully developed scripting tool that can accelerate the admin job. Just login in as an Administrator and you may run PowerShell to handle configuration and carry out task automation. We can say that PowerShell is an advanced form of cmd. Therefore in the coming days, it is quite possible that this tool can take the place of command prompt.

Run PowerShell as Admin
PowerShell

This guide will show you different ways to open powershell as an administrator in Windows 10.

Continue reading the easy ways to open powershell in the Windows 10 computers.

How-To:

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 Search Bar
Cortana Search Bar

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

Run PowerShell as Administrator Using Cortana Search Bar
Run PowerShell as Administrator Using Cortana Search Bar

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

Run PowerShell as Admin
Run PowerShell as Admin

Method 2. Open 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.

powershell Command in Run dialog box
powershell Command in Run dialog box

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

Switching powershell into Admin mode
Switching powershell into 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.

Run PowerShell as Administrator from Command Prompt
Run PowerShell as Administrator from Command Prompt

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)“.

Access PowerShell Admin from the WinX menu
Access PowerShell Admin from the WinX menu

Method 4. Open 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. By default Task Manager shows fewer details, and you need to click More Details.

Click on the File menu and select Run new task.

Task Manager Run new task option
Task Manager Run new task option

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 from Task Manager
Create new task from Task Manager

Method 5. Open PowerShell as Administrator from Start Menu

Click on the Start button to open the 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 as Administrator from start menu
Run powershell as Administrator from start menu

Wrapping things up:

How’s your experience after following these tips and tricks?. Hope you have learned to “open powershell” and run as an administrator to perform tasks. Please let us know using comments below, also like and share this guide to help others.
You can leave the command below for related queries. We will do our best to help you…

Note: If you have any kind of Windows operating system related issue you can try this Windows Repair tool, click here…

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button