As title says if I open https://github.com/microsoft/PowerToys PowerRename tool from context menu within FreeCommander:

PowerRename will be opened twice, i.e. two separate windows/processes will be spawned like I actually clicked it twice in context menu. Any idea why this happens? Other things in context menu (e.g. Visual Studio Code) works fine and are being opened only once as expected.
EDIT: I was investigating this a bit and I see that clicking PowerRename context menu item from within FreeCommander actually triggers IContextMenu::InvokeCommand https://docs.microsoft.com/en-us/window ... okecommand method twice, which should not happen.
Thanks!