Skip to content

Instantly share code, notes, and snippets.

@hostage
Created July 16, 2012 04:35
Show Gist options
  • Save hostage/3120585 to your computer and use it in GitHub Desktop.
Save hostage/3120585 to your computer and use it in GitHub Desktop.
Registry hack to open files without extensions in Notepad++
;
; 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.
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