lextm / windowsterminal-shell

Install/uninstall scripts for Windows Terminal context menu items
MIT License
1.67k stars 149 forks source link

[idea] Only show items in extended (shift + right-click) context menu #41

Open thomaskou opened 3 years ago

thomaskou commented 3 years ago

Could there be an option to only show the context menu items in the "extended" context menu (which appears with shift + right-click)? This is what the Powershell and WSL context menu items do.

This could be done by simply adding a string named "Extended" in the new MenuTerminal and MenuTerminalAdmin registry entries, as pictured:

image

lextm commented 3 years ago

I don't plan to add such an option, but you can easily write your own PowerShell script to iterate the registry keys created by install.ps1 and insert that string.

SplitGemini commented 3 years ago

Can see here https://github.com/SplitGemini/windowsterminal-shell