sublime新增到右鍵的登錄檔檔案

2021-07-25 10:23:53 字數 811 閱讀 7058

sublime text 新增到滑鼠右鍵功能:

把以下內容複製並儲存到檔案,重新命名為:sublime_addright.reg,然後雙擊就可以了。

(注意:需要把下面**中的sublime的安裝目錄(標粗部分),替換成自已實際的sublime安裝目錄)

windows registry editor version 5.00

[hkey_classes_root\*\shell\sublimetext3]

@="用 sublimetext3 開啟"

"icon"="c:\\program files\\sublime text 3\\sublime_text.exe,0"

[hkey_classes_root\*\shell\sublimetext3\command]

@="c:\\program files\\sublime text 3\\sublime_text.exe%1"

[hkey_classes_root\directory\shell\sublimetext3]

@="用 sublimetext3 開啟"

"icon"="c:\\program files\\sublime text 3\\sublime_text.exe,0"

[hkey_classes_root\directory\shell\sublimetext3\command]

@="c:\\program files\\sublime text 3\\sublime_text.exe%1"

將sublime新增到滑鼠右鍵

1 win r 輸入regedit 開啟登錄檔。2 找到hkey classes root shell目錄,在此目錄下 新建項,命名為 sublime text 也可以是其他名字 雙擊右邊 預設 更改資料,用於右鍵文字顯示 新建字串值 icon 填寫sublime安裝路徑,用於新增icon。3 在 ...

將sublime新增到滑鼠右鍵

1 win r 輸入regedit 開啟登錄檔。2 找到hkey classes root shell目錄,在此目錄下 新建項,命名為 sublime text 也可以是其他名字 雙擊右邊 預設 更改資料,用於右鍵文字顯示 新建字串值 icon 填寫sublime安裝路徑,用於新增icon。3 在 ...

把sublime新增到右鍵快捷選單

方法一 新建sublime addright.reg檔案 編輯後雙擊開啟就ok 括號內是sublime安裝路徑 使用的時候去掉括號 open sublimetext3 是提示文字 windows registry editor version 5.00 hkey classes root shell...