以前装的版本,右键【Edit With Notepad++】都可以出来的。

最近安装的总是不行。 不知道是Windows的原因,还是新版本的原因。

网上也都是用workaround去解决的。 免费的东西,还是得看别人心情啊。

这两个算是讨论的最全的了:

Context menu Edit with Notepad++ missing

https://superuser.com/questions/212914/shellexecute-failed-2-error-for-notepad-on-windows-7-64bit

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\*\shell\OpenWithNotepad]
@="Edit with &Notepad++"
"icon"="C:\\Program Files (x86)\\Notepad++\\Notepad++.exe"

[HKEY_CLASSES_ROOT\*\shell\OpenWithNotepad\Command]
@="\"C:\\Program Files (x86)\\Notepad++\\Notepad++.exe\" \"%1\""

 

相关文章:

  • 2021-05-19
  • 2022-03-12
  • 2022-12-23
  • 2021-05-10
  • 2021-07-31
  • 2021-12-24
  • 2022-12-23
猜你喜欢
  • 2022-02-08
  • 2022-12-23
  • 2021-07-31
  • 2022-02-04
  • 2022-12-23
  • 2022-12-23
  • 2021-11-08
相关资源
相似解决方案