Windows Console

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
December 23, 2024
The Print Management Console is a utility in Windows 10 that allows desktop administrators to manage printer settings and configurations. It may be missing from some Windows 10 deployments, particularly in the Home edition and in installations from Windows 10 version 2004 onwards, where it became an optional feature. To check for its presence, users can run the command PrintManagement.msc. If absent, it can be installed using PowerShell with the command Get-WindowsCapability -Name "Print.Management.Console*" -Online | Add-WindowsCapability -Online or through the Windows GUI by navigating to Settings > System > Optional Features and adding it from there. The console is particularly useful for managing multiple printers, controlling access permissions, and monitoring print jobs.
Search