这种方法可以重复利用,如果下次它又消失了,你可以再导入一次就OK了。
比如我们创建一个叫 notepad++.reg的文件,将下面的内容拷贝进去保存

 

Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\Shell\NotePad++]
[HKEY_CLASSES_ROOT\*\Shell\NotePad++\Command]
@="\"D:\\Programs\\Notepad++\\notepad++.exe\" \"%1\""

 

相关文章:

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