把notepad 新增到右鍵之終極辦法

2021-09-06 05:51:18 字數 1184 閱讀 1274

用過這麼多文字編輯器,什麼editplus,ultraedit,notepad,vim for windows...

感覺還是notepad++用著最舒服。

將以下**儲存成*.reg登錄檔檔案,雙擊就可以搞定了。

[hkey_classes_root\*\shell\用 notepad++開啟]

[hkey_classes_root\*\shell\用 notepad++開啟\command]@="

e:\\software list\\npp.6.1.5.bin\\unicode\\notepad++.exe \

"%l\""

興致勃勃的雙擊儲存的*.reg檔案,結果卻是這樣:

提示 「無法匯入xx.reg:指定的檔案不是註冊指令碼。您在登錄檔編輯器中只能匯入二進位註冊檔案。」

於是,有是一頓搜尋,熱心的網友給出了答案:

在開頭加上 ,windows registry editor version 5.00 , windows登錄檔編輯器版本5

**就變成這樣的了:

windows registry editor version 5.00

[hkey_classes_root\*\shell\用 notepad++開啟]

[hkey_classes_root\*\shell\用 notepad++開啟\command]@="

e:\\software list\\npp.6.1.5.bin\\unicode\\notepad++.exe \

"%l\""

其中notepad++.exe的路徑是要用反斜槓轉義的。%l要用雙引號括起來。

儲存成.reg格式以後雙擊重試,還是報錯。

第三次搜尋,終於找到一絲有用的線索:有可能是檔案的編碼不對。

ansi(登錄檔檔案使用的格式,無格式定義)

unicode(字型字符集通用標準)

unicode big endian(unicode be)

uft-8(網頁常用編碼)

最後,將.reg儲存為ansi編碼後雙擊,成功!

讓NotePad 新增到右鍵快捷方式

新增後的效果圖 操作方式 windows registry editor version 5.00 hkey classes root shell notepad notepad icon d software notepad notepad exe hkey classes root shell ...

把sublime新增到右鍵快捷選單

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

Cygwin新增到滑鼠右鍵

from 在cygwin中安裝chere 管理員許可權執行mintty,輸入下列命令即可.chere i t mintty s bash名之後,滑鼠右鍵將會顯示乙個bash prompt here.如果想要修改請到hkey classes root directory background shel...