Skip to content

Instantly share code, notes, and snippets.

@iolathief108
Last active July 17, 2023 10:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iolathief108/6134825ce2fadf9fc742dfede8c0813a to your computer and use it in GitHub Desktop.
Save iolathief108/6134825ce2fadf9fc742dfede8c0813a to your computer and use it in GitHub Desktop.

Open regedit

folder right click

  1. Inside Computer\HKEY_CLASSES_ROOT\Directory\shell create a key Sublime
  • value of default Open with Sublime Text 3
  • right click new string value and name it Icon and set value C:\Program Files\Sublime Text 3\sublime_text.exe,0
  1. Inside Sublime new key name it command
  • value of default C:\Program Files\Sublime Text 3\sublime_text.exe -n "%1"

explorer right click

  1. Inside Computer\HKEY_CLASSES_ROOT\Directory\Background\shell create a key Sublime
  • value of default Open with Sublime Text 3
  • right click new string value and name it Icon and set value C:\Program Files\Sublime Text 3\sublime_text.exe,0
  1. Inside Sublime new key name it command
  • value of default C:\Program Files\Sublime Text 3\sublime_text.exe -n "%V"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment