How to add a “open git-bash here…” context menu to the windows explorer?

Step 1. On your desktop right click “New”->”Text Document” with name OpenGitBash.reg Step 2. Right click the file and choose “Edit” Step 3. Copy-paste the code below, save and close the file Step 4. Execute the file by double clicking it Note: You need administrator permission to write to the registry. Windows Registry Editor Version … Read more

How add context menu item to Windows Explorer for folders [closed]

In the registration editor (regedit.exe) find: Context menu for right click on folders in left panel of Windows Explorer or on background of a directory in right panel: HKEY_CLASSES_ROOT\Directory\Background\shell if you are administrator HKEY_CURRENT_USER\Software\Classes\directory\Background\shell if you are a normal user Context menu for right click on folders in right panel of Windows Explorer: HKEY_CLASSES_ROOT\Directory\shell if … Read more