关于注册表的问题
关于注册表的问题!我新建了一种文件类型!如.bmm ;在注册表中的HKEY_CLASSES_ROOT下的.bmm的默认值为.bmm_auto_file。同时在HKEY_CLASSES_ROOT下有一个bmm_auto_file\\shell\\open\\command默认值为C:\Program File\EditPlus3\EditPlus.exe;
在HKEY_CURRENT_USER下有"Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FileExts\\.bbm\\OpenWithList",如何查询.bmm的关联程序,并获知他的默认启动程序的路径!我知道OpenWithList是关联程序的列表,MRUList是启动程序的顺序,但是bmm_auto_file\\shell\\open\\command中的是什么呢?请高人指点!