新建一个.bat文件将下面代码复制进去。然后根据自己的情况更改一下路径。
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\NotePad++]
@="用&Notepad++打开"
"Icon"="C:\\d\\soft\\npp.6.8.7.bin\\Notepad++.exe"
[HKEY_CLASSES_ROOT\*\shell\NotePad++\Command]
@="C:\\d\\soft\\npp.6.8.7.bin\\Notepad++.exe \"%1\""
本文介绍了一种创建快捷方式的方法,通过修改注册表来快速使用Notepad++打开任意文件。这种方法适用于希望提高工作效率的用户。
903

被折叠的 条评论
为什么被折叠?



