How does "Default Terminal" work? #15861
-
Why do I directly double-click the cmd.exe file in the System32 directory, it will also open in Windows Terminal? How is it achieved? Ask for answers
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
What you're seeing is the "Default Terminal" feature in Windows 11, which lets you change which application is used as the default terminal emulator for command-line applications. That was previously always "conhost.exe", but now the Windows Terminal can be used as the default emulator too. How it works is... complicated... and I believe we're tracking writing those docs in #9462. It was originally spec'd here: #7414 The other comment you have in this thread, about the leading spaces, looks like it's the same thing we're discussing with you in #15836, so I'm gonna collapse that as off-topic. |
Beta Was this translation helpful? Give feedback.
What you're seeing is the "Default Terminal" feature in Windows 11, which lets you change which application is used as the default terminal emulator for command-line applications. That was previously always "conhost.exe", but now the Windows Terminal can be used as the default emulator too.
How it works is... complicated... and I believe we're tracking writing those docs in #9462. It was originally spec'd here: #7414
The other comment you have in this thread, about the leading spaces, looks like it's the same thing we're discussing with you in #15836, so I'm gonna collapse that as off-topic.