0
0

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 3 years have passed since last update.

「編集(E)」で自分の好きなエディタを起動する

Posted at

ペイントはいけ好かない

Windowのエクスプローラで画像ファイルを右クリックしたときには、コンテキストメニューには「編集(E)」というメニューが含まれています。
これはデフォルトでWindowsアクセサリの「ペイント」で画像ファイルを開くものです。
しかし、ペイントでの画像編集に満足できない人には不便でしょう。

レジストリを書き換えてしまえ

そこでレジストリを書き換えて強制的にその挙動を変えてしまおうというわけです。
コンピューター\HKEY_CLASSES_ROOT\SystemFileAssociations\image\shell\edit\command
にデフォルトで
"%systemroot%\system32\mspaint.exe" "%1"
が入っています。
この%systemroot%\system32\mspaint.exeの部分を自分の好きなエディタのパスに置き換えてください。

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?