欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Windows 将“用记事本代开”加入文件右键菜单

程序员文章站 2022-06-15 23:19:47
...

参考:https://blog.csdn.net/u010834463/article/details/104122538
代码:

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\shell\notepad]
@="用记事本打开 "
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\shell\notepad\command]
@="notepad %1"
相关标签: windows