You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
thomaskou
changed the title
Only show items in extended (shift + right-click) context menu
[idea] Only show items in extended (shift + right-click) context menu
Oct 25, 2020
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.
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
andMenuTerminalAdmin
registry entries, as pictured:The text was updated successfully, but these errors were encountered: