Windows Microsoft introduced PowerShell, a robust scripting console app in Windows 11, in 2008. Despite Microsoft’s insistence that you use Windows Terminal as your primary console app, PowerShell, like Command Prompt, is still available on Windows 11. PowerShell is a powerful scripting language with a large number of built-in commands called cmdlets. The Cmdlets can be used to perform a variety of tasks, ranging from simple file operations to programming and system administration. Let’s find out How to Open Windows PowerShell on Windows 11?
PowerShell makes it easy to complete tasks. Enter the relevant shell command and press ENTER on the keyboard, just as you would in Command Prompt. There are several ways to start PowerShell on Windows, and we’ve listed the ones that are the most straightforward.
Related: How to Uninstall Windows Subsystem for Android in Windows 11
Launch Windows PowerShell on Windows 11 using Start Menu
- Step 1: On the taskbar, click the Start button.
- Type PowerShell into the search box at the top of Windows Search.
- To open Windows PowerShell, select it from the list of options.
Related: How to Change Downloads folder Location in Windows 11
Open PowerShell using Windows Terminal
- Open the Windows Terminal application. To do so, right-click the Start button on the taskbar and select Windows Terminal from the menu.
- When the Windows Terminal app opens, select the downward-facing arrow beside the plus (+) in the tabs bar.
- Then, from the drop-down menu, select Windows PowerShell.
- In Windows Terminal, Windows PowerShell will now open in a new tab.
Launch Windows PowerShell from Run Command
- To open the Run dialog box, press Windows + R.
- Type the following in the Run box, then click OK or hit Enter on the keyboard:-
PowerShell
Now Windows PowerShell will open on your screen.
How to Open Windows PowerShell using Command Prompt?
- Open the Command Prompt window. To do so, go to the taskbar’s Search button and type CMD into the search box. To open the Command Prompt app, select it from the available search results.
- When Command Prompt appears, type powershell Start-Process powershell at the prompt and press Enter.
Note: To open PowerShell with administrative rights from the command prompt, issue the following command:-
powershell Start-Process powershell -Verb runAs
Now, the Windows PowerShell window will open.
Launch Windows PowerShell from Context Menu
PowerShell can also be launched from the context menu of any folder in Windows 11. By default, File Explorer has a hidden command. Perform the following steps to open PowerShell from the context menu in Windows 11: –
- To open the PowerShell console, press and hold the Shift key on the keyboard, then right-click on a blank spot on the desktop or in a folder.
- From the context menu, choose Show more options.
- Then select “Open PowerShell window here” from the drop-down menu.
That’s it. These are the simple methods for launching Windows PowerShell in Windows 11. Please let me know if you know of any other ways to open PowerShell on Windows 11 that I haven’t covered yet.