How to remove this "open with code" in the right-click menu

I already deleted the visual code, but this icon still exists, if I install the code again, it will save it and add another one that will open the code. I have already restarted the computer. I tried to edit the registry, but nothing worked. enter image description here

+5
source share
2 answers

This link will help you change the registry.

Most of the menu items that are used for all files and folders can be found on one of these keys:

HKEY_CLASSES_ROOT\*\shell HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers HKEY_CLASSES_ROOT\AllFileSystemObjects\ShellEx 
+4
source

I used ShellMenuView to find offensive posts (there were several) and possibly disable them. You can then right-click and select properties in the Open With Code lines to find registry paths. With this information, I can manually delete the corresponding keys from the registry. One of them was HKEY_CLASSES_ROOT\directory\shell\Ticino\Command , but there were others.

0
source

Source: https://habr.com/ru/post/1235405/


All Articles