Created
December 1, 2017 10:09
-
-
Save alesvaupotic/0cca94ea937e16bd324e64dd39cf43ca to your computer and use it in GitHub Desktop.
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
| Open Command Prompt as Administrator | |
| assoc .="No Extension" | |
| ftype "No Extension"="C:\Program Files (x86)\Notepad++\notepad++.exe" "%1" | |
| assoc "No Extension"\DefaultIcon=%SystemRoot%\System32\imageres.dll,-102 |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Credit: https://superuser.com/questions/13653/how-to-set-the-default-program-for-opening-files-without-an-extension-in-windows?answertab=active#tab-top