剛剛安裝了notepad++綠色版,很輕便,但是輕便到不操作注冊表,導致在win7下文件關聯和系統右鍵菜單都無法添加。
關於notepad++的文件關聯,請參考:
http://www.cnblogs.com/Leon5/archive/2012/05/10/2493759.html
添加系統右鍵菜單,就需要手動修改注冊表了。
Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\*\Shell\NotePad++] [HKEY_CLASSES_ROOT\*\Shell\NotePad++\Command] @="\"D:\\Program Files (x86)\\npp\\notepad++.exe\" \"%1\""
請根據個人情況修改程序的路徑,保存成reg文件導入注冊表即可。