How to add Windows Terminal to context menu?

Steev James picture Steev James · Apr 24, 2020 · Viewed 20k times · Source

Microsoft released Windows terminal as a Microsoft Store app. How to add it to the context menu or replace 'Open Powershell window here' with it ?

Answer

Lex Li picture Lex Li · May 7, 2020

There might have been several approaches discussed everywhere, but none of them is up-to-date nor offers flexibility. So I started a new open source project and provided two PowerShell scripts to help.

https://github.com/lextm/windowsterminal-shell

You can run install.ps1 as administrator in PowerShell 7 to easily add the default layout.

enter image description here

There are other layouts (mini and flat at this moment).

Uninstall the menu items are also easy with uninstall.ps1.