Skip to content

Instantly share code, notes, and snippets.

@Ben-Kaniobi
Created March 19, 2019 09:29
Show Gist options
  • Save Ben-Kaniobi/91cd2434eecb3088c402a204cdc87ca6 to your computer and use it in GitHub Desktop.
Save Ben-Kaniobi/91cd2434eecb3088c402a204cdc87ca6 to your computer and use it in GitHub Desktop.
Registry entries for adding context menu command "explorer here"
Windows Registry Editor Version 5.00
; github.com/Ben-Kaniobi
[HKEY_CLASSES_ROOT\Directory\Background\shell\openExplorer]
@="E&xplorer here"
"Extended"=""
"Icon"="%windir%\\explorer.exe,0"
"Position"="Top"
[HKEY_CLASSES_ROOT\Directory\Background\shell\openExplorer\command]
@="explorer \"%V\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment