Created
July 16, 2012 04:35
-
-
Save hostage/3120585 to your computer and use it in GitHub Desktop.
Registry hack to open files without extensions in Notepad++
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
; | |
; For Windows 7 use ChangeFileAssociationV5.reg instead, this version only | |
; works for older versions of REGEDIT | |
; | |
[HKEY_CLASSES_ROOT\.] | |
@="Notepad++_file" | |
; Note: Notepad++ doesn't make the "Notepad++_file" registry key until you run | |
; as Administrator and manually add at least one other file association. |
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
Windows Registry Editor Version 5.00 | |
[HKEY_CLASSES_ROOT\.] | |
@="Notepad++_file" | |
; Note: Notepad++ doesn't make the "Notepad++_file" registry key until you run | |
; as Administrator and manually add at least one other file association. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment