-
title! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It's already the default terminal application on Windows 11. When you run "cmd.exe" for instance it'll open Windows Terminal. There are still some rough edges, like how elevated (admin) console applications will still open in the classic console window, but perhaps we'll be able to address those in the future. If you're asking if we'll ever remove the classic console from Windows, then the answer is that we currently don't plan to do so in the foreseeable future. The UI stack we're using for Windows Terminal (WinUI, D2D, D3D) is not as stable as the basic Win32 window and GDI text renderer as used in the classic console. As such it provides an excellent fallback in case something is not working right. |
Beta Was this translation helpful? Give feedback.
It's already the default terminal application on Windows 11. When you run "cmd.exe" for instance it'll open Windows Terminal. There are still some rough edges, like how elevated (admin) console applications will still open in the classic console window, but perhaps we'll be able to address those in the future.
If you're asking if we'll ever remove the classic console from Windows, then the answer is that we currently don't plan to do so in the foreseeable future. The UI stack we're using for Windows Terminal (WinUI, D2D, D3D) is not as stable as the basic Win32 window and GDI text renderer as used in the classic console. As such it provides an excellent fallback in case something is not w…