Windows Terminal is a modern, open-source terminal application from Microsoft for command-line tools including PowerShell, Command Prompt, WSL, and SSH. Features tabs, panes, GPU-accelerated text rendering, and full Unicode support.
The primary configuration file is %LOCALAPPDATA%\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState\settings.json — registry keys are supplementary.
When installed via the Microsoft Store (MSIX), paths are versioned and located under WindowsApps\.
The context menu shell extension (Open with Windows Terminal) can be toggled under Settings → Default terminal application.
wt.exe in App Paths allows launching from Win+R without specifying the full path.
Profiles (PowerShell, CMD, WSL distros) are stored exclusively in settings.json, not the registry.
🗑️ Cleanup
For Store/MSIX installations, use winget uninstall or Apps & Features. For manual registry cleanup:
Windows Registry Editor Version 5.00
[-HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows Terminal]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\Open with Windows Terminal]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\Background\shell\Open with Windows Terminal]