ConEmu icon indicating copy to clipboard operation
ConEmu copied to clipboard

Support for new Windows 11 context menu

Open dodmi opened this issue 4 years ago • 5 comments

Versions

ConEmu build: 210905 x64 OS version: Windows 11 22000.168 x64 Used shell version (Far Manager, git-bash, cmd, powershell, cygwin, whatever): Doesn't matter

Problem description

Windows 11 introduces a new explorer context menu. Incompatible entries are only reachable after a second click (which shows the old menu).

Steps to reproduce

  1. Register explorer task in ConEmu settings
  2. Right click on a folder in Explorer

Actual results

The new Explorer context menu opens, it doesn't contain the "ConEmu here" entry

Expected results

ConEmu context menu entries should be visible after the first click in the new context menu

dodmi avatar Sep 12 '21 09:09 dodmi

From the description, in the blog or documentation, it's not clear what developers should change to support the new Win11 menus.

Maximus5 avatar Sep 12 '21 17:09 Maximus5

Thank you for the quick response. I don't have more useful information. None of my favorite tools supports this at the moment. "Windows Terminal" already appears in the new context menu, but it comes with Windows 11 and is a Windows Store App as far as I know - so probably not helpful for you.

dodmi avatar Sep 12 '21 18:09 dodmi

This requires investigations or clarifications from Microsoft. Previously it was recommended to use a static menu (registry) whenever possible. Now it looks like the new menu requires a dedicated dll to be registered. This makes a solution less portable.

Maximus5 avatar Sep 12 '21 20:09 Maximus5

Well, lets see, what the future brings. Windows 11 will officially be released next month. And I guess, this is a common problem, which has to be solved by many people. Actually I've added quite a few static entries to various file types myself manually.

dodmi avatar Sep 13 '21 16:09 dodmi

@Maximus5 I found this https://helpdeskgeek.com/windows-11/how-to-customize-the-right-click-context-menu-in-windows-11/

abd3lraouf avatar Oct 01 '23 19:10 abd3lraouf