• 4 Posts
  • 13 Comments
Joined 1 year ago
cake
Cake day: June 26th, 2023

help-circle








  • I’d just like to interject for a moment. What they’re refering to as Windows Terminal, is in fact, PowerShell/Windows Terminal, or as I’ve recently taken to calling it, PowerShell plus Windows Terminal. Windows Terminal is not a shell unto itself, but rather another component of a fully functioning command line environment made useful by the PowerShell shell, command line utilities and vital cmdlets comprising a full environment as defined by Microsoft.

    Many computer users run a modified version of PowerShell every day, without realizing it. Through a peculiar turn of events, the version of PowerShell which is widely used today is often called Windows Terminal, and many of its users are not aware that it is basically the PowerShell system, developed by the PowerShell Project.

    There really is a Windows Terminal, and these people are using it, but it is just a part of the system they use. Windows Terminal is the terminal emulator: the program in the system that handles console I/O for the other programs that you run. The terminal emulator is an essential part of a command line environment, but useless by itself; it can only function in the context of a complete command line environment. Windows Terminal is normally used in combination with the PowerShell shell: the whole system is basically PowerShell with Windows Terminal added, or PowerShell/Windows Terminal. All the so-called Windows Terminal distributions are really distributions of PowerShell/Windows Terminal!