Context Menu Item Icon

Hi,

I know how to create my own context menu option and specify an icon that is displayed with it, so this aspect is not a problem.

What is the problem is that I use EmEditor and it sticks itself into the context menu. When I right-click on a file, I see the EmEditor option, but no icon and I would like to configure an icon for it like I do for my custom menu items.

Can I do this? If so, where do I need to look to find it?

Thanks!

Assuming EmEditor lets you do whatever its context menu item does via command line arguments, you can create your own context menu item, with an icon, which does the same thing and then turn off the item that EmEditor adds (preferably via EmEditor's settings, assuming it lets you turn it off, but there are other ways if needed).

Okay, I understand what you're saying to do.

Finding the option to disable the Explorer integration is proving to be challenging, but my search is still ongoing. :slight_smile:

Thanks.