Skip to content

Instantly share code, notes, and snippets.

@molda
Created February 6, 2020 09:49
Show Gist options
  • Save molda/7e1d43a9dabe50500912f26c34e81348 to your computer and use it in GitHub Desktop.
Save molda/7e1d43a9dabe50500912f26c34e81348 to your computer and use it in GitHub Desktop.
Associate Sublime text with files without extension

Associate Sublime text with files without extension

Use elevated cmd!!

assoc .="No Extension"
ftype "No Extension"="C:\Program Files\Sublime Text 3\subl.exe" "%1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment