Add/Replace shortcut to Windows Terminal in Windows+X context menu #8185

Open
opened 2026-01-31 01:22:52 +00:00 by claunia · 0 comments
Owner

Originally created by @fredrikhr on GitHub (May 16, 2020).

Description of the new feature/enhancement

It would be great if Windows Terminal offered the possibility to add a shortcut to the Win+X context menu (the context menu that appears when right-clicking on the start menu, or when hitting Windows key + X).

In that case, the Windows Terminal could even replace the Command Prompt or Windows PowerShell shortcuts in that menu.

Proposed technical implementation details

It would be nice if Windows Terminal did this automatically when installed, but the safe approach might be to add a new option to the wt.exe that enabled registration into the WinX context menu. (And also the removal, and replacing existing Command Prompt / PowerShell shortcuts).

Manual registration

Since I am really used to the Win+X then hit C (the mnemonic character for the Command Prompt shortcut) keyboard combination, I investigated how this could be done manually. I published my results and reproduce-steps in a Gist: https://gist.github.com/fredrikhr/0994a6e81443c439659db1d9763365d7

Note

If this feature is added, special care must be taken to ensure that the shortcut's chosen mnemonic does not interfere/overlap with the existing shortcuts in the menu. E.g. T cannot be chosen as a Windows Terminal shortcut mnemonic, since T already is chosen for the Task Manager shortcut.

Originally created by @fredrikhr on GitHub (May 16, 2020). # Description of the new feature/enhancement It would be great if Windows Terminal offered the possibility to add a shortcut to the Win+X context menu (the context menu that appears when right-clicking on the start menu, or when hitting Windows key + X). In that case, the Windows Terminal could even replace the Command Prompt or Windows PowerShell shortcuts in that menu. # Proposed technical implementation details It would be nice if Windows Terminal did this automatically when installed, but the safe approach might be to add a new option to the `wt.exe` that enabled registration into the WinX context menu. (And also the removal, and replacing existing Command Prompt / PowerShell shortcuts). # Manual registration Since I am really used to the Win+X then hit C (the mnemonic character for the Command Prompt shortcut) keyboard combination, I investigated how this could be done manually. I published my results and reproduce-steps in a Gist: https://gist.github.com/fredrikhr/0994a6e81443c439659db1d9763365d7 # Note If this feature is added, special care must be taken to ensure that the shortcut's chosen mnemonic does not interfere/overlap with the existing shortcuts in the menu. E.g. `T` cannot be chosen as a Windows Terminal shortcut mnemonic, since `T` already is chosen for the `Task Manager` shortcut.
claunia added the Issue-FeatureResolution-Duplicate labels 2026-01-31 01:22:52 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#8185