Notepad++ 绿色版 右键菜单没有它,每次都要查找 notepad++.exe 来打开没关联的文件。。

根据网上的一些方法,准备一个notep.reg,导入注册表即可

 

Windows Registry Editor Version 5.00
 
[HKEY_CLASSES_ROOT\*\shell\NotePad++]
@="Edit with &Notepad++"
"Icon"="D:\\notepad++\\notepad++.exe"
 
[HKEY_CLASSES_ROOT\*\shell\NotePad++\Command]
@="D:\\notepad++\\notepad++.exe \"%1\""

 

以上的设置其实也可以手动实现,如下所示:将notepad++.exe 添加到shell的目录

 Notepad++ 添加右键菜单

Notepad++ 添加右键菜单

Notepad++ 添加右键菜单

 

 

 

Notepad++ 添加右键菜单

 

相关文章:

  • 2022-12-23
  • 2021-06-12
  • 2022-12-23
  • 2021-09-13
  • 2021-05-10
  • 2021-10-12
  • 2021-07-31
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-05-10
  • 2021-07-31
  • 2021-12-24
  • 2022-12-23
  • 2022-12-23
  • 2021-08-28
相关资源
相似解决方案