Skip to content

Instantly share code, notes, and snippets.

@alexdevero
Last active August 1, 2026 03:29
Show Gist options
  • Select an option

  • Save alexdevero/a079e3fc24adf759a26b4b5318921dc4 to your computer and use it in GitHub Desktop.

Select an option

Save alexdevero/a079e3fc24adf759a26b4b5318921dc4 to your computer and use it in GitHub Desktop.
Add markdown as an item to “New” context menu in Windows 10 (https://superuser.com/questions/638755/add-item-to-new-context-menu-in-windows-8#640486).
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.md]
@="markdown"
[HKEY_CLASSES_ROOT\.md\ShellNew]
"NullFile"=""
[HKEY_CLASSES_ROOT\markdown]
@="Blank Markdown file"
@endolith

Copy link
Copy Markdown

Nice!

@gecko-8

gecko-8 commented Feb 2, 2022

Copy link
Copy Markdown

Thanks for this!

@sharego

sharego commented Mar 18, 2022

Copy link
Copy Markdown

👍 Great! Thanks

@catcafeman

Copy link
Copy Markdown

it didn't work in win11, is it correct that these code only work in win10?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment