Skip to content

Instantly share code, notes, and snippets.

@brunomartinspro
Last active August 7, 2019 10:55
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save brunomartinspro/ee0bc67c9ec475f2d62ef65490ae398a to your computer and use it in GitHub Desktop.
Add development files to New section of Windows Context Menu
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.ps1\ShellNew]
"NullFile"=""
[HKEY_CLASSES_ROOT\.psm1\ShellNew]
"NullFile"=""
[HKEY_CLASSES_ROOT\.cs\ShellNew]
"NullFile"=""
[HKEY_CLASSES_ROOT\.sln\ShellNew]
"NullFile"=""
[HKEY_CLASSES_ROOT\.php\ShellNew]
"NullFile"=""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment