https://blog.csdn.net/shan165310175/article/details/83450187
以 .E4A 为例:
- 按Win+R键,输入regedit打开注册表编辑器
2.打开HKEY_CLASS_ROOT项
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.e4a]
@="e4a_auto_file"
右键 - 新建 -项,名称为 .e4a
(如果已经存在,则删除原来的)
双击右边默认项,填写值为: e4a_auto_file (格式:后缀名_auto_file)
之后再右键HKEY_CLASSES_ROOT新建项,名称为 e4a_auto_file
建立如下结构:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\e4a_auto_file\shell\open\command]
@="\"D:\\E4A\\E4A.exe\" \"%1\""
3.进入HKEY_CURRENT_USER/Software/classes,创建了步骤2一样的.e4a, e4a_auto_file项。
4.大功告成!文件已经关联了。(貌似1,2步骤做完后,文件就关联上了,呵呵o(* ̄︶ ̄*)o)
后面为E语言关联
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.e]
@="e_auto_file"
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\e_auto_file\shell\open\command]
@="\"D:\\E\\e.exe\" \"%1\""