How do I remove the open folder as pycharm community edition project in right click

Just downloaded pycharm and I find the option in my right click menu annoying. is there a way to remove this? thanks

2

Please re-install PyCharm and uncheck the related checkbox in the wizard

-14
Avatar
Permanently deleted user

For Windows

---------------------------------------------------------------------------------------------------------

First of all, Win + R and type regedit (Registry Editor), press Enter.

  1. To delete "Open Folder as PyCharm ..." in the menu when right click on the folder background:

    • Navigate to "Computer\HKEY_CLASSES_ROOT\Directory\Background\shell\PyCharm Community Edition".
    • Delete the whole "PyCharm Community Edition" folder.
  2. To delete "Edit with PyCharm ..." in the menu when right click on the file icon:

    • Navigate to "Computer\HKEY_CLASSES_ROOT\*\shell\Open with PyCharm Community Edition".
    • Delete the whole "Open with PyCharm Community Edition" folder.
  3. To delete "Open Folder as PyCharm ..." in the menu when right click on the folder icon:

    • Navigate to "Computer\HKEY_CLASSES_ROOT\Directory\shell\PyCharm Community Edition".
    • Delete the whole "PyCharm Community Edition" folder.
26

Please re-install PyCharm and uncheck the related checkbox in the wizard

On installing this, I definitely unchecked that box but it got enabled anyhow

Hitting the registry fix instead

0

请先登录再写评论。