Skip to content

Instantly share code, notes, and snippets.

@fmal
Last active August 29, 2015 14:07
Show Gist options
  • Select an option

  • Save fmal/f5f3ff3383554423445a to your computer and use it in GitHub Desktop.

Select an option

Save fmal/f5f3ff3383554423445a to your computer and use it in GitHub Desktop.
I was looking how to pin Git Shell to the taskbar,
I got this answer from Github support (hope it can help other people) :
Hi Fabien,
Windows is annoying in that it doesn't let you pin certain items to the taskbar.
However, there is a clever way to trick it into allowing you to do this.
1) Right-click on the 'Git Shell' shortcut and go to the 'Target' text box
2) Add the word 'explorer' in front of the line
3) Drag-and-drop the 'Git Shell' icon to the taskbar
4) Right-click on the pinned icon, then right-click on 'Git Shell' again and select 'Properties'
5) Remove the 'C:\Windows\explorer.exe' from the beginning of the 'Target' box
6) The shortcut should now open the default shell and stay pinned
Hope this helps. Let me know if you have any issues.
Cheers,
Steve
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment