Launch-Software "PowerShell"
Run "PowerShell" and make it ready for command input.
Introduction
Start PowerShell and make it ready for command input. Methods to start it as a standard user and as an administrator are shown. This article introduces the case of “opening from the start menu,” but there are other ways to open it as well.
Prerequisites
- ✓ Installation of PowerShell
- ✓ (Optional) Installation of Windows Terminal
- ✓ The environment verified is here
Run PowerShell as a Standard User
Case 1 If Windows Terminal is installed:
- START MENU → type
wt
→ select “PowerShell” from the profile - Launch
Case 2 Otherwise:
- START MENU → type
pwsh
→ ENTER - Launch
Case 3 In my case: I have installed Windows Terminal and pinned it to the second position from the left on the taskbar. Additionally, I have set PowerShell as the default profile in Windows Terminal . This allows me to start PowerShell with the following steps.
- WIN+2
- Launch

Another advantage of this method is that you can always return to the terminal by pressing WIN+2, even if you are working in another window.
Run PowerShell as an Administrator
Case 1 If Windows Terminal is installed:
- START MENU → type
wt
→ select “PowerShell” from the profile - Click “Run as administrator”
Case 2 Otherwise:
- START MENU → type
pwsh
→ ENTER - Click “Run as administrator”