In Windows 10 Pro under “Taskbar Settings” there was an option to turn off “Replace Command Prompt with Windows PowerShell in the menu when I right-click the start button or press Windows key+X”, which I turned off so that I would always have the “Command Prompt (Admin)” option available when I right-clicked the Start Button. But now in Windows 11 Pro this option seems to have disappeared (it’s not in the same place) and darned if I can find it now. Where do I go to turn the PowerShell option off so that I can have the “Command Prompt (Admin)” option appear back in the shortcut menu in Windows 11, when I right-click the Start Button?
![]() |
Patch reliability is unclear. Unless you have an immediate, pressing need to install a specific patch, don't do it. |
SIGN IN | Not a member? | REGISTER | PLUS MEMBERSHIP |
-
Run As Administrator In Windows 11 Shortcut Menu
Home » Forums » AskWoody support » Windows » Windows 11 » Questions about Windows 11 » Run As Administrator In Windows 11 Shortcut Menu
- This topic has 5 replies, 3 voices, and was last updated 3 years, 7 months ago.
AuthorTopicTravasaurus
AskWoody PlusOctober 20, 2021 at 2:50 am #2396850Viewing 1 reply threadAuthorReplies-
b
AskWoody_MVPOctober 20, 2021 at 7:44 am #2396887Windows Terminal, which appears on the Win+X/right-click start menu in Windows 11, can be set to open Command Prompt as the default tab instead of PowerShell:
Change Default Profile in Windows Terminal app in Windows 11
So Windows Terminal (Admin) would then open Command Prompt (Admin):
Open Elevated Windows Terminal as Administrator in Windows 11
1 user thanked author for this post.
-
Travasaurus
AskWoody PlusOctober 21, 2021 at 5:35 am #2397026Thanks for this somewhat arcane tutorial. I searched Windows 11 help and could not find information such as the article described. Do you happen to know where to find it using Windows 11 search? (Just curious) And finally, since the Windows Terminal (Admin) app is essentially now converted to the Command Prompt, can it be assumed that it now has “inherited” the Admin capabilities as well? The shortcut menu on Windows 10 lists both Command Prompt and Command Prompt (Admin) just as the Windows 11 shortcut menu lists both the Windows Terminal and Windows Terminal (Admin) apps. I just need to be sure than when I change the Terminal to the Command Prompt default that the Admin capabilities go along with it. Apparently it’s still going to continue to list itself as Windows Terminal (Admin) in the shortcut menu, unlike Windows 10, in which it actually changes the text from Windows PowerShell (Admin) to Command Prompt (Admin) when it becomes the default app. Once again the way it was handled before wasn’t broke but they “fixed” it anyway; it was far more intuitive left as it was. Any additional information (and / or sources) on this subject would be appreciated. I’d just like to confirm that even though the verbal description continues to be Windows Terminal (Admin) that it will in fact be running the old Windows Command Prompt (Admin) with administrative properties. Thanks!
-
b
AskWoody_MVPOctober 21, 2021 at 2:14 pm #2397130Thanks for this somewhat arcane tutorial. I searched Windows 11 help and could not find information such as the article described. Do you happen to know where to find it using Windows 11 search? (Just curious)
Not using Windows 11 search; but that site has probably the best Windows 11 tutorials available, with a searchable index:
https://www.elevenforum.com/tutorials/
And finally, since the Windows Terminal (Admin) app is essentially now converted to the Command Prompt, can it be assumed that it now has “inherited” the Admin capabilities as well?
Yes, it does.
The shortcut menu on Windows 10 lists both Command Prompt and Command Prompt (Admin) just as the Windows 11 shortcut menu lists both the Windows Terminal and Windows Terminal (Admin) apps. I just need to be sure than when I change the Terminal to the Command Prompt default that the Admin capabilities go along with it.
It’s easy enough to test by entering “sfc”, which provides help if admin but an error if not.
Apparently it’s still going to continue to list itself as Windows Terminal (Admin) in the shortcut menu, unlike Windows 10, in which it actually changes the text from Windows PowerShell (Admin) to Command Prompt (Admin) when it becomes the default app. Once again the way it was handled before wasn’t broke but they “fixed” it anyway; it was far more intuitive left as it was. Any additional information (and / or sources) on this subject would be appreciated.
Windows Terminal has many advantages (like tabs, colors, shortcuts etc.):
Windows Terminal is a modern terminal application for users of command-line tools and shells like Command Prompt, PowerShell, and Windows Subsystem for Linux (WSL). Its main features include multiple tabs, panes, Unicode and UTF-8 character support, a GPU accelerated text rendering engine, and the ability to create your own themes and customize text, colors, backgrounds, and shortcuts.
It’s fast, configurable, looks great,
…
The new application features:-
- support for WSL2, SSH, Powershell, cmd and other command lines
-
- multiple tabs and split panes
-
- configurable themes, background images, and transparency effects
-
- a search box
-
- custom key bindings
-
- GPU accelerated text rendering
-
- a great-looking new font, Cascadia Code
-
- low resource usage (typically 10MB per tab)
-
- auto-updating (if using the Microsoft Store)
-
- good documentation
- and it’s open source!
I’d just like to confirm that even though the verbal description continues to be Windows Terminal (Admin) that it will in fact be running the old Windows Command Prompt (Admin) with administrative properties. Thanks!
If you open Window Terminal (Admin), after changing the default to Command Prompt, it will say “Administrator: Command Prompt” in the title bar.
-
-
-
-
Rick Corbett
AskWoody MVPOctober 21, 2021 at 6:49 am #2397034The problem is that Windows 10’s Settings GUI included a link to a DWORD setting in the registry called DontUsePowerShellOnWinX:
This acted as a binary toggle to switch between PowerShell and Command Prompt.
With Windows 11’s new paradigm of disallowing users from easily changing anything MS doesn’t want changed, this registry setting has of course been removed.
A workaround, now you’ve gone through all the palaver of opening Windows Terminal and entering cmd is to make use of that history.
If you click on Search you should see Command Prompt as one of the Top apps. Right-click on it and choose Pin to Start.
Now, when you click on Start you should be able to right-click on the shortcut to Command Prompt and choose Run as administrator.
(Windows 11 – Never provide a one-click solution when 5, 10 or more are available.)
-
b
AskWoody_MVPOctober 21, 2021 at 3:15 pm #2397154The problem is that Windows 10’s Settings GUI included a link to a DWORD setting in the registry called DontUsePowerShellOnWinX:
This acted as a binary toggle to switch between PowerShell and Command Prompt.
With Windows 11’s new paradigm of disallowing users from easily changing anything MS doesn’t want changed, this registry setting has of course been removed.
What would be the point of a registry setting to control whether PowerShell or Command Prompt appear on the Win+X/right-click menu when neither of those are on the menu?
A workaround, now you’ve gone through all the palaver of opening Windows Terminal and entering cmd is to make use of that history.
If you click on Search you should see Command Prompt as one of the Top apps. Right-click on it and choose Pin to Start.
Now, when you click on Start you should be able to right-click on the shortcut to Command Prompt and choose Run as administrator.
Especially if you prefer the historical version of Command Prompt, largely unchanged since MS-DOS was released 40 years ago.
(Windows 11 – Never provide a one-click solution when 5, 10 or more are available.)
Windows Terminal is a two-click solution on Windows 11, same as Command Prompt on Windows 7/8/10.
-
Viewing 1 reply thread -

Plus Membership
Donations from Plus members keep this site going. You can identify the people who support AskWoody by the Plus badge on their avatars.
AskWoody Plus members not only get access to all of the contents of this site -- including Susan Bradley's frequently updated Patch Watch listing -- they also receive weekly AskWoody Plus Newsletters (formerly Windows Secrets Newsletter) and AskWoody Plus Alerts, emails when there are important breaking developments.
Get Plus!
Welcome to our unique respite from the madness.
It's easy to post questions about Windows 11, Windows 10, Win8.1, Win7, Surface, Office, or browse through our Forums. Post anonymously or register for greater privileges. Keep it civil, please: Decorous Lounge rules strictly enforced. Questions? Contact Customer Support.
Search Newsletters
Search Forums
View the Forum
Search for Topics
Recent Topics
-
Meta and Yandex secretly tracked billions of Android users
by
Alex5723
1 hour, 30 minutes ago -
MS-DEFCON 2: Do you need that update?
by
Susan Bradley
2 hours, 39 minutes ago -
What Terminal Is Southwest at Austin Airport? Find Complete AUS Terminal Info (Awaiting moderation)
by
airlinesterminaloffice1
3 hours, 37 minutes ago -
What Terminal Is Southwest at Austin Airport? Find Complete AUS Terminal Info (Awaiting moderation)
by
airlinesterminaloffice1
3 hours, 41 minutes ago -
CD/DVD drive is no longer recognized
by
WSCape Sand
14 hours ago -
Windows 11 24H2 Default Apps stuck on Edge and Adobe Photoshop
by
MikeBravo
16 hours, 50 minutes ago -
North Face and Cartier customer data stolen in cyber attacks
by
Alex5723
14 hours, 55 minutes ago -
What is wrong with simple approach?
by
WSSpoke36
7 hours, 27 minutes ago -
Microsoft-Backed Builder.ai Set for Bankruptcy After Cash Seized
by
Alex5723
1 day, 2 hours ago -
Location, location, location
by
Susan Bradley
4 hours, 1 minute ago -
Cannot get a task to run a restore point
by
CWBillow
1 day, 3 hours ago -
Frustrating search behavior with Outlook
by
MrJimPhelps
18 hours, 29 minutes ago -
June 2025 Office non-Security Updates
by
PKCano
1 day, 14 hours ago -
Secure Boot Update Fails after KB5058405 Installed
by
SteveIT
10 hours, 55 minutes ago -
Firefox Red Panda Fun Stuff
by
Lars220
1 day, 14 hours ago -
How start headers and page numbers on page 3?
by
Davidhs
2 days ago -
Attack on LexisNexis Risk Solutions exposes data on 300k +
by
Nibbled To Death By Ducks
1 day, 3 hours ago -
Windows 11 Insider Preview build 26200.5622 released to DEV
by
joep517
2 days, 9 hours ago -
Windows 11 Insider Preview build 26120.4230 (24H2) released to BETA
by
joep517
2 days, 9 hours ago -
MS Excel 2019 Now Prompts to Back Up With OneDrive
by
lmacri
1 day, 23 hours ago -
Firefox 139
by
Charlie
1 day, 15 hours ago -
Who knows what?
by
Will Fastie
18 hours, 13 minutes ago -
My top ten underappreciated features in Office
by
Peter Deegan
2 days, 10 hours ago -
WAU Manager — It’s your computer, you are in charge!
by
Deanna McElveen
3 hours, 52 minutes ago -
Misbehaving devices
by
Susan Bradley
1 day, 6 hours ago -
.NET 8.0 Desktop Runtime (v8.0.16) – Windows x86 Installer
by
WSmeyerbos
3 days, 16 hours ago -
Neowin poll : What do you plan to do on Windows 10 EOS
by
Alex5723
15 hours, 5 minutes ago -
May 31, 2025—KB5062170 (OS Builds 22621.5415 and 22631.5415 Out-of-band
by
Alex5723
3 days, 14 hours ago -
Discover the Best AI Tools for Everything
by
Alex5723
2 days, 14 hours ago -
Edge Seems To Be Gaining Weight
by
bbearren
3 days, 5 hours ago
Recent blog posts
Key Links
Want to Advertise in the free newsletter? How about a gift subscription in honor of a birthday? Send an email to sb@askwoody.com to ask how.
Mastodon profile for DefConPatch
Mastodon profile for AskWoody
Home • About • FAQ • Posts & Privacy • Forums • My Account
Register • Free Newsletter • Plus Membership • Gift Certificates • MS-DEFCON Alerts
Copyright ©2004-2025 by AskWoody Tech LLC. All Rights Reserved.