5

I am using Windows 11. It seems Windows Terminal is preinstalled. However when the Terminal tabbed interface starts I got the PowerShell 7 prompt in the Terminal. (If I type exit in hope PowerShell is just running over an other shell, then the whole thing exits)

Question

Is there any way to start Windows Terminal just with the normal shell?

enter image description here

g.pickardou
  • 349
  • 4
  • 14
  • 28
  • 5
    Duplicate of [Is there a way to change the default shell in Windows Terminal?](https://superuser.com/questions/1456511/is-there-a-way-to-change-the-default-shell-in-windows-terminal) – Herohtar Mar 20 '23 at 19:32

1 Answers1

15

Is there any way to start Windows Terminal just with the normal shell?

You can set the default profile within the Settings tab for Windows Terminal.

enter image description here

Source: How to Make Windows Terminal Always Open With Command Prompt on Windows 11

Strictly speaking Windows Terminal isn’t actually an emulator, it’s a host application (Microsoft’s own words), which leverages hooks within Microsoft to become the default host application for Command Prompt, PowerShell, and WSL. It simply replaces (or lives along side of on Windows 10) the default host application built-into Windows.

Ramhound
  • 41,734
  • 35
  • 103
  • 130
  • Btw, if you type `cmd` into the search box or hit Windows+R and then enter `cmd`, it will bring `CMD.EXE` up in Windows Terminal. In fact, I believe any conventional way of launching `CMD.EXE` that worked before will still work, but use Windows Terminal. – Jörg W Mittag Mar 20 '23 at 22:46
  • @JörgWMittag - That’s only applicable to Windows 11 not Windows 10 and **only** if you have configured Windows Terminal to be the default host application on Windows 11 (that’s not possible on Windows 10) – Ramhound Mar 20 '23 at 22:54