Last active
April 9, 2019 19:51
-
-
Save GlitchedPolygons/558f254b4a4b3ce6ae03bb92c44f0ce4 to your computer and use it in GitHub Desktop.
Set default app for extensionless files on Windows
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
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