Windows Terminal

Winsage
May 14, 2025
Microsoft introduced the Windows Subsystem for Linux (WSL) in the Windows 10 Anniversary Update in August 2016, initially as a tool for developers. WSL debuted as a beta version with a native-kernel translation layer, allowing Windows to run unmodified Linux ELF binaries. Its early performance was limited, leading users to prefer Linux virtual machines for full compatibility. The launch of WSL2 in May 2020 replaced the translation layer with a lightweight, real Linux kernel running in a Hyper-V utility VM, providing near-native performance and comprehensive syscall coverage. WSL2 has since seen continuous improvements, including GPU-compute and CUDA support in 2021, full GUI support for X11 and Wayland applications in 2022, and systemd support in September 2022. WSL2 approaches the performance of bare-metal Linux while integrating seamlessly with Windows, allowing users to launch a Linux shell easily. It enables developers to access the C drive and interact between Windows and Linux environments without dual-booting. WSL2 enhances productivity for data science workflows, allowing the use of tools like PyTorch with CUDA. It also offers features for non-developers, such as creating aliases for launching Windows applications and running Linux GUI applications. WSL's integration into Windows represents a significant shift, providing opportunities for users across various domains to explore Linux functionalities.
Winsage
May 10, 2025
The author has been using Linux, specifically Ubuntu Server, for over a decade for cloud deployments, game server management, and media streaming. They primarily use a MacBook for daily tasks but also require Windows for gaming on a main PC, utilizing Windows Subsystem for Linux (WSL). The author has configured Windows Terminal to manage multiple command-line shells, including Windows PowerShell, Command Prompt, and WSL, all within a single application. Windows Terminal is pre-installed on Windows 11 version 22H2 or later and can be downloaded from the Microsoft Store for earlier versions. The author's Windows Terminal setup opens a WSL environment by default and includes options for Command Prompt, PowerShell, and Developer Command Prompts. They have customized their experience by removing trailing whitespace when pasting, organizing tab order, hiding the title bar, and using a Dark theme with the Monokai Remastered color scheme and JetBrains Mono font. The WSL configuration is set to access an Ubuntu terminal directly. Windows Terminal allows the author to connect to Proxmox hosts or virtual machines via SSH and supports multiple tabs for managing different systems. It features a "Quake" mode for quick command execution and the ability to create automated tools with keyboard shortcuts. The author plans to explore adding SSH profiles for easier server connections.
Winsage
May 1, 2025
Arch Linux is now available on Microsoft's Windows Subsystem for Linux (WSL) for Windows 11 users. This release follows Fedora 42's addition to WSL. The collaboration between the Arch Linux team and Microsoft led to the creation of a dedicated GitLab repository for Arch Linux on WSL. Monthly updates will be provided, but this version is only compatible with WSL 2. Users can install Arch Linux on WSL using the command: wsl --install archlinux. After installation, it can be accessed via Windows Terminal or PowerShell. Performance is reported to be impressive, though it may vary based on user familiarity.
Winsage
April 18, 2025
Windows Terminal is a unified interface that allows users to access multiple command-line environments, such as Command Prompt, PowerShell, and Windows Subsystem for Linux (WSL), from a single application. It features a tabbed interface for running multiple sessions and supports split panes for side-by-side work. Windows Terminal is pre-installed on Windows 11 version 22H2 or later, while Windows 10 users can download it from the Microsoft Store. Users can add profiles for different shells, customize themes and appearance, configure startup actions, and define custom keybindings. The application enhances productivity by consolidating command-line tools and providing an organized workspace.
Winsage
March 24, 2025
Windows has a hidden power mode called Ultimate Performance that can enhance PC performance without hardware upgrades. This mode is typically concealed on consumer PCs and is primarily intended for high-end workstations running Windows Pro, but it can also be accessed on Windows Home. To activate it, users need to open PowerShell and enter a specific command, then select Ultimate Performance from the power plan options. While this mode maximizes speed and responsiveness, it consumes more power, which can decrease battery life on laptops and generate additional heat and noise from the cooling system. It is recommended to use this mode during intensive tasks and not in quiet or public environments.
Winsage
February 15, 2025
Microsoft's PowerToys suite, designed for power users and Windows enthusiasts, includes features like Advanced Paste, FancyZones, File Explorer add-ons, Registry Preview, and a keyboard and mouse manager. PowerToys Run received a significant update in December, introducing version 2 with a refreshed UI and improved UX. Kayla Cinnamon announced a new utility for installing WinGet packages, which is being developed in collaboration with the Windows Terminal team. Clint Rutkas confirmed that this new feature represents the "next gen version" of PowerToys Run. WinGet is a command line tool for the Windows Package Manager service, automating software installation, upgrading, and configuration.
Winsage
February 14, 2025
The PowerToys team is collaborating with Windows Terminal developers to introduce an integration that enhances the user experience for the Windows Package Manager (winget). This new functionality aims to simplify the installation process by allowing users to search for and install software with just a few clicks, rather than using complex command inputs. Currently, winget's syntax is less intuitive compared to other package managers, but the integration is expected to make it more user-friendly. A specific release date has not been announced, but regular updates from the PowerToys team suggest the feature may be available soon.
Winsage
February 7, 2025
Microsoft has released an update to Windows Terminal, version 1.22.10352.0, for all users outside the preview channel. The update includes support for Sixels, enhanced emoji functionality, command snippets, a refined Cascadia Code font addressing Arabic glyph issues, and a new colour palette named Ottosson currently in testing. The settings interface has been revamped, introducing a compatibility page and terminal emulation page within Profiles, allowing easier management of application compatibility settings. Users can now dictate path translations when dragging or copying files into the terminal with four available options. Changes include reselecting previously used commands saving them in history, updated translation modes for POSIX paths, and a new compatibility setting to block applications from writing to the clipboard. Bug fixes include proper functioning of the Ctrl+Insert hotkey and the Close Window action now requiring confirmation. Future updates promise enhancements in version 1.23.10353.0, including a complete rewrite of support for multiple windows, improved tray icon consistency, and a streamlined customization experience for the New Tab menu. New simple settings have been added, including rainbow suggestions and an icon picker feature. Users can now copy screen content with escape sequences and applications can utilize specific escape sequences for C1 controls. The full changelog and download options are available on GitHub and the Microsoft Store.
Search