Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save GlitchedPolygons/558f254b4a4b3ce6ae03bb92c44f0ce4 to your computer and use it in GitHub Desktop.
Save GlitchedPolygons/558f254b4a4b3ce6ae03bb92c44f0ce4 to your computer and use it in GitHub Desktop.
Set default app for extensionless files on Windows
cmd.exe
Run the following two commands to associate Sublime Text 3 with extensionless files on Windows:
assoc .="No Extension"
ftype "No Extension"="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