33

I know there is a keyboard shortcut to run PowerShell from the File Explorer as explained here: Open Powershell as Administrator at Current File Explorer Directory Keyboard Shortcut (Windows 10)

But can I open PowerShell while I am on the Desktop? Something like Win+E to open a File Explorer.

Rosdi
  • 936

3 Answers3

46

When you press Win+X, you may see little underlines under the options. If you press I, PowerShell will open.

So, the shortcut is Win+X I (or Win+X A for an elevated prompt).

Win+X menu

robinCTS
  • 4,407
26

You can pin your PowerShell to your taskbar and then move the icon to the far left.

Now you can use Win+1 to start it.

for an elevated PowerShell:

WinAlt+1 Return

2

You can set PowerShell to open up with any keyboard shortcut you want by simply right clicking on any PowerShell shortcut file then going to 'properties', then click in the "shortcut key" box and enter your key. I'll demonstrate below (In this case I'll be using Ctrl + Alt + T)

Demo

EcksDee
  • 121