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?

ScoopでインストールしたSAKURA Editorのコンテキストメニューを追加する

Posted at

アイコンも含めて以下で設定できる

# コンテクストメニューに追加
REG ADD "HKCU\Software\Classes\*\shell\SakuraEditor" /d "SAKURA Editorで開く(&E)"
# プログラムパスを指定
REG ADD "HKCU\Software\Classes\*\shell\SakuraEditor\command" /d "${ENV:userprofile}\scoop\apps\sakura-editor\current\sakura.exe %1"
# アイコンを設定
REG ADD "HKCU\Software\Classes\*\shell\SakuraEditor" /v "Icon" /d "${ENV:userprofile}\scoop\apps\sakura-editor\current\sakura.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?