Skip to content

Instantly share code, notes, and snippets.

@Widdershin
Created August 13, 2013 03:05
Show Gist options
  • Save Widdershin/6217529 to your computer and use it in GitHub Desktop.
Save Widdershin/6217529 to your computer and use it in GitHub Desktop.
Registry file for adding "Open Folder with Sublime Text 3" to shell
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\Open Folder with &Sublime Text 3]
@="Open Folder with &Sublime Text 3"
[HKEY_CLASSES_ROOT\Directory\shell\Open Folder with &Sublime Text 3\command]
@="\"C:\\Program Files\\Sublime Text 3\\sublime_text.exe\" \"%1\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment