Open Windows PowerShell as an Admin in Windows 10 - WindowsTips.net - Windows Tips and Tricks with Geek

Friday, October 15, 2021

Open Windows PowerShell as an Admin in Windows 10

 Windows 10 logo

Use Windows Search

You can quickly launch Windows PowerShell as an admin from the Windows Search bar. In the Search bar, type “Windows PowerShell.” Next, right-click the Windows PowerShell app in the search results, and then click “Run as Administrator” in the menu that appears.

Search for Windows PowerShell, right-click the app, and then click Run as Admin.

Windows PowerShell will then launch in admin mode.

Use the Power User Menu

You can also launch Windows PowerShell as an admin from the Windows Power User menu. To access the Power User menu, right-click the Start menu (Windows icon) in the bottom-left corner of the desktop.

The Power User menu will appear. Here, click “Windows PowerShell (Admin).”

Click Windows PowerShell Admin

Windows PowerShell will now launch in admin mode.

Use the Run Application

You can open Windows PowerShell with administrator privileges from Run. First, press Windows+R to open Run, and then type “powershell” in the text box. Next, press Ctrl+Shift+Enter.

Type powershell in the text box of Run.

Windows PowerShell will open in admin mode.

Switch from PowerShell to PowerShell Admin

If you’re already working in PowerShell but you need to switch over to admin mode, you can do so without closing PowerShell. Just run this command:

start-process powershell -verb runas

Run command in PowerShell to switch to admin mode.

A new instance of PowerShell will open with admin privileges.

That’s all there is to it. 

No comments:

Post a Comment