Windows 11 is designed primarily around a graphical user interface (GUI), but it retains robust support for command-line operations. Microsoft has streamlined access to these tools through the modern Windows Terminal application.
The role of the Terminal app
Rather than launching separate windows for different shells, Windows 11 consolidates them into a single, tabbed interface. This allows you to switch between Command Prompt, PowerShell, and other shells without cluttering your desktop with multiple application windows.
Why CLI still matters
While the GUI handles most daily tasks, command-line interfaces offer precision and automation capabilities that clicking through menus cannot match. Scripts, system diagnostics, and advanced configuration often require direct text-based input for efficiency.

What this means for you
If you rely on scripts or need to troubleshoot system issues deeply, the integrated Terminal provides a faster workflow. You can configure your preferred shell as the default profile, ensuring that every time you open the terminal, you are in the environment you use most frequently.
Source: Thurrott
Over to you: Do you primarily use the graphical interface, or do you find yourself opening the Terminal daily for specific tasks?