Skip to content

Instantly share code, notes, and snippets.

@davebrny
Created October 19, 2017 16:35
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save davebrny/d88e0f79e7ac3630b66e4cc4f7c73bd2 to your computer and use it in GitHub Desktop.
Save davebrny/d88e0f79e7ac3630b66e4cc4f7c73bd2 to your computer and use it in GitHub Desktop.
(registry) - view certain file types as .txt in windows file explorer
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.ahk]
"PerceivedType"="text"
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.md]
"PerceivedType"="text"
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.menu]
"PerceivedType"="text"
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.note]
"PerceivedType"="text"
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.sublime-snippet]
"PerceivedType"="text"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment