Created
March 19, 2019 09:29
-
-
Save Ben-Kaniobi/91cd2434eecb3088c402a204cdc87ca6 to your computer and use it in GitHub Desktop.
Registry entries for adding context menu command "explorer here"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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