Skip to content

Naveen-005/How_to_Remove_Git_from_Context_Menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

How_to_Remove_Git_from_Context_Menu

I will help you to remove 'Git GUI here' & 'Git Bash here' options from context menu or to move it to extended context menu (ctrl + shift + right-click) using Windows 10 Registry Editor

Context Menu

Using the Windows Registry editor delete the following two keys:

HKEY_CLASSES_ROOT\Directory\Background\shell\git_gui
HKEY_CLASSES_ROOT\Directory\Background\shell\git_shell

This will remove the two options from your Context Menu.




If you don't want to delete it and feels it being useful sometimes but don't want it to clutter up the context menu, you can move it to the extended context menu (where it is only visible with ctrl+shift+right-click).

Using the Windows Registry editor, add a new string value under each of the following keys, with the name "Extended":

HKEY_CLASSES_ROOT\Directory\Background\shell\git_gui
HKEY_CLASSES_ROOT\Directory\Background\shell\git_shell
  • Click 'Edit' on the top left corner of the Window
  • New
  • String Value
  • Name the new string value "Extended"

Registr Editor

You can use these methods to move almost any Context Menu options by Editing/Deleting their respective Registry Keys.

About

Helps you to remove 'Git GUI here' & 'Git Bash here' options from context menu or to move it to extended context menu (ctrl + shift + right-click)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors