PowerShell is a Windows command-line shell and scripting environment used for administration, automation, and troubleshooting. Windows 10 includes Windows PowerShell, while newer PowerShell releases can also be installed separately. You do not need administrator rights merely to open a normal PowerShell window.
Open PowerShell from Start
- Select the Start button.
- Type PowerShell.
- Select Windows PowerShell from the search results for a normal session.
- If a command specifically requires elevation and you are authorized to perform it, choose Run as administrator and approve the User Account Control prompt.
- Check the window title and prompt so you know which shell and privilege level you opened.
Windows+X may provide another route
Depending on the Windows 10 build and configuration, the Windows+X menu may show Windows PowerShell, Command Prompt, or Windows Terminal entries. The available label can change with system settings and updates.
PowerShell and Command Prompt use different syntax
Many basic executable commands work in both shells, but PowerShell cmdlets, objects, pipelines, quoting, aliases, and scripting rules differ from classic Command Prompt. Do not assume a complex command written for one shell can be pasted unchanged into the other.
Elevation should be intentional
An administrator PowerShell session can make system-wide changes. Use a standard session for ordinary commands and elevate only when the task requires it. On work or school computers, administrative access may be restricted by policy.
Windows PowerShell is not the newest PowerShell
Windows PowerShell 5.1 remains part of Windows, while modern cross-platform PowerShell is developed separately. Scripts written for one version may rely on modules or behavior unavailable in another.
Windows 10 standard support ended October 14, 2025. Use supported endpoints for ongoing administrative work.
If Start search is unavailable, press Windows+R, type powershell, and press Enter for another way to launch Windows PowerShell. This opens a normal session unless you deliberately use an elevated launch method.

Kermit Matthews is a freelance writer based in Philadelphia, Pennsylvania with more than a decade of experience writing technology guides. He has a Bachelor’s and Master’s degree in Computer Science and has spent much of his professional career in IT management.
He specializes in writing content about iPhones, Android devices, Microsoft Office, and many other popular applications and devices.