2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

WindowsのExplorerで右クリックからMarkDownファイルを作成したい

Posted at

Windows10のExplorerでプロジェクトのフォルダとか作って、そこに右クリックの「新規作成」から指定拡張子の空ファイルを作ることができますが、その選択肢の中に.md(MarkDown)がなかったので追加してみました。

  1. レジストリエディターでHKEY_CLASSES_ROOTツリーを開く
  2. 目的の拡張子を探す(今回は.md)
  3. 右クリックして「新規」->「キー」で名前を「ShellNew」とする
  4. 作成した「ShellNew」キーを選択し、右ペインで右クリックして「新規」->「文字列値」で値の名前を「NullFile」、データは空のままで良い

完成するとこんな感じ。
md_shellmenu.png

これで再起動とか必要無く、即座に反映されました。

ついでにいらない拡張子を探して「ShellNew」キーを削除しまくってリストをスッキリさせました。

参考にした記事

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?