Hide Edit with IntelliJ IDEA in windows explorer

Viewed 740

In my Windows explorer, I have the option to open files with the IntelliJ IDEA as shown in the screenshot below. Is there a way to hide / disable this?

Edit with IntelliJ IDEA in Windows Explorer

1 Answers

You can remove it by deleting the following registry key:

HKEY_CLASSES_ROOT\*\shell\Open with IntelliJ IDEA
Related