markdownpad添加到鼠标右键

新建文本文档,添加以下内容,改后缀名为.reg

Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.md]
@="MarkdownFile"
"PerceivedType"="text"
"Content Type"="text/plain"
[HKEY_CLASSES_ROOT\.md\ShellNew]
[HKEY_CLASSES_ROOT\MarkdownFile]
@="MarkdownFile"
[HKEY_CLASSES_ROOT\MarkdownFile\DefaultIcon]
@="%SystemRoot%\system32\imageres.dll,-102"
[HKEY_CLASSES_ROOT\MarkdownFile\shell]
[HKEY_CLASSES_ROOT\MarkdownFile\shell\open]

 

 
posted @ 2021-06-11 11:22  NA7N7A7  阅读(63)  评论(0)    收藏  举报