10 Ways To Run Command Prompt As Administrator
Updated Published
On this page
Plenty of PC tweaks — sfc /scannow, DISM repairs, network resets — only work from an elevated Command Prompt. Here are ten ways to open one, from fastest to most obscure.
1. Start menu search (fastest)
- Press the Windows key and type
cmd. - Right-click Command Prompt in the results.
- Select Run as administrator.
Or skip the right-click entirely: type cmd, then press Ctrl + Shift + Enter.
2. Run dialog
- Press Windows key + R to open the Run dialog.
- Type
cmdand press Ctrl + Shift + Enter to launch elevated.
3. Power User menu
- Press Windows key + X (or right-click the Start button).
- Select Terminal (Admin) — on older builds this reads Command Prompt (Admin) or Windows PowerShell (Admin).
4. Task Manager
- Press Ctrl + Shift + Esc to open Task Manager.
- Click Run new task (older versions: File → Run new task).
- Type
cmd, check Create this task with administrative privileges, and press Enter.
This one is handy when Explorer has crashed and the Start menu is unresponsive.
5. File Explorer address bar
- Open File Explorer (Windows key + E) and browse to any folder.
- You can launch
cmdfrom the address bar, but for an elevated prompt use File → Open Windows PowerShell as administrator on Windows 10, or open Terminal as admin via the right-click menu on Windows 11.
6. Directly from System32
- Navigate to
C:\Windows\System32. - Find
cmd.exe, right-click it, and select Run as administrator.
7. Always run elevated (shortcut properties)
- Create a shortcut to
cmd.exe(right-click desktop → New → Shortcut). - Right-click the shortcut → Properties → Shortcut → Advanced.
- Check Run as administrator and click OK.
Every launch from that shortcut is now elevated.
8. From an existing PowerShell window
If you already have an elevated PowerShell or Terminal open, just run:
cmd
The Command Prompt inherits the elevated token.
9. Pin an elevated shortcut to the taskbar
Pin the shortcut from method 7 to your taskbar. One click (plus the UAC prompt) gets you an admin prompt — fastest option if you use it daily.
10. Windows Terminal profile
On Windows 11, open Windows Terminal’s dropdown and Ctrl + click the Command Prompt profile, or right-click the Terminal icon on the taskbar and choose Run as administrator — every tab you open inside is elevated.
Summary
For one-off use, method 1 (cmd + Ctrl + Shift + Enter) is all you need. If you run elevated commands regularly, set up the always-elevated shortcut from method 7.
Next steps: