How to remove git from a menu context in documents?

I have a small question: how can I remove "git bash here" and "git gui here" from my menu context in my Documents folder?

I tried:

  • Reinstalling Git -2.15.0-64-bit with untested parameters
  • Removing keys from:

`

[-HKEY_CLASSES_ROOT\Directory\background\shell\git_gui]

[-HKEY_CLASSES_ROOT\Directory\background\shell\git_shell]

[-HKEY_CLASSES_ROOT\Directory\Shell\git_gui]

[-HKEY_CLASSES_ROOT\Directory\Shell\git_shell]

`

I did not have git_gui and git_shell in HKEY_LOCAL_MACHINE

Removing the keys gave me a good result -> Git does not appear in most of my directories, but it still appears in my documents (the place where I have all my projects from netbeans to android studio).

Has anyone had a similar problem? Can anybody help?

+4
source share
2 answers

I think I found another link. I delete my file on

HKEY_CLASSES_ROOT\LibraryFolder\background\shell

fooobar.com/questions/1688642/..., , . .

Git bash here amid the library

Before deleting the registry

. . After deleting the registry

+1

-, , "" Windows "".
:

HKEY_CLASSES_ROOT\Directory\shell
HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers

, Git Windows : PortableGit-2.15.0-64-bit.7z.exe.
%PATH%, Git - .

0

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


All Articles