假設 notepad++ 安裝在 c:\program files\notepad++\,檔案完整路徑 c:\program files\notepad++\notepad++.exe
1. 手工方式
開啟 hkey_classes_root\*\shell
新建子項 notepad++
在子項 notepad++ 下新建子項 command
修改子項 command 的預設字串值為 "c:\program files\notepad++\notepad++.exe" "%1"
2. 編寫.reg檔案註冊
notepad++.reg
windows registry editor version 5.00
[hkey_classes_root\*\shell\notepad++]
[hkey_classes_root\*\shell\notepad++\command]
@="\"c:\\program files\\notepad++\\notepad++.exe\" \"%1\""
%1 代表程式執行時的第乙個引數。
ping www.baidu.com 中的 www.baidu.com 就是%1,對應的 notepad.exe c:\test.txt 中的 c:\test.txt 就是%1。
新增Notepad 至右鍵選單
使用官方安裝包中的nppshell 06.dll notepad 官方提供了乙個 dll 檔案用於註冊以及解除安裝右鍵選單。如果你使用的是安裝版,那麼在程式目錄下應該會有乙個nppshell 06.dll檔案 不同版本下檔名中的數字可能會不同 regsvr32 i nppshell 06.dll 執...
為NOTEPAD 新增系統右鍵選單
剛剛安裝了notepad 綠色版,很輕便,但是輕便到不操作登錄檔,導致在win7下檔案關聯和系統右鍵選單都無法新增。關於notepad 的檔案關聯,請參考 新增系統右鍵選單,就需要手動修改登錄檔了。windows registry editor version 5.00 hkey classes r...
NotePad關聯右鍵選單並新增預設
1 新建 txt文字 將以下內容複製到文字中 windows registry editor version 5.00 hkey classes root shell notepad hkey classes root shell notepad command d programfiles npp...