『第 21 楼』:
使用 LLM 解释/回答一下
这里的人真是太热心了,首先谢谢不厌其烦的解答,可能我说得太麻烦了,我简单点说或许会明朗一点,就是在文件夹选项里,点开文件类型,我选JPG文件吧,点高级就可以看到里面有默认的执行操作的应用程序,路径里现在写上的是:
"C:\Program Files\Internet Explorer\IEXPLORE.EXE" %1,
这个对应我的一个INF注册表文件里的下面第二行里一句
hkcr,".jpg",,,"jpgfile"
hkcr,".jpg","PerceivedType",,"image"
hkcr,".jpg","Content Type",,"image/jpg"
hkcr,".jpg\ShellEx\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}",,,"{7376D660-C583-11d0-A3A5-00C04FD706EC}"
hkcr,"jpgfile","EditFlags",0x10001,00,00,00,00
hkcr,"jpgfile","BrowserFlags",0x10001,08,00,00,00
hkcr,"jpgfile",,,"jpg 图像"
hkcr,"jpgfile\CLSID",,,"{25336920-03F9-11cf-8FD0-00AA00686F13}"
hkcr,"jpgfile\DefaultIcon",,,"F:\Program Files\Macromedia\Fireworks 8\Fireworks.exe,7"
hkcr,"jpgfile\shell",,,"Internet Explorer"
hkcr,"jpgfile\shell\Internet Explorer\command",,,"""C:\Program Files\Internet Explorer\IEXPLORE.EXE"" %%1"
hkcr,"jpgfile\shell\用Fireworks编辑\command",,,"""F:\Program Files\Macromedia\Fireworks 8\Fireworks.exe"" %%1"
现在问题是如果系统盘程序文件夹不在了C盘 这个文件也就没不能用了,因为我那INF文件还有很多自己的备份,所以我想 如果可以解决系统盘程序文件夹不在C盘 也可以用这个文件导入正常使用的话 那我以后就方便多了!再次谢谢各位!
The people here are really very enthusiastic. First of all, thank you for the patient answers. Maybe I talked too much, and it might be clearer if I simplify it. That is, in the Folder Options, open File Types, I'll choose JPG files, click Advanced, and then you can see the default application for the execution operation. The path currently written is:
"C:\Program Files\Internet Explorer\IEXPLORE.EXE" %1,
This corresponds to the second line in my INF registry file below, one sentence
hkcr,".jpg",,,"jpgfile"
hkcr,".jpg","PerceivedType",,"image"
hkcr,".jpg","Content Type",,"image/jpg"
hkcr,".jpg\ShellEx\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}",,,"{7376D660-C583-11d0-A3A5-00C04FD706EC}"
hkcr,"jpgfile","EditFlags",0x10001,00,00,00,00
hkcr,"jpgfile","BrowserFlags",0x10001,08,00,00,00
hkcr,"jpgfile",,,"jpg image"
hkcr,"jpgfile\CLSID",,,"{25336920-03F9-11cf-8FD0-00AA00686F13}"
hkcr,"jpgfile\DefaultIcon",,,"F:\Program Files\Macromedia\Fireworks 8\Fireworks.exe,7"
hkcr,"jpgfile\shell",,,"Internet Explorer"
hkcr,"jpgfile\shell\Internet Explorer\command",,,"""C:\Program Files\Internet Explorer\IEXPLORE.EXE"" %%1"
hkcr,"jpgfile\shell\用Fireworks编辑\command",,,"""F:\Program Files\Macromedia\Fireworks 8\Fireworks.exe"" %%1"
Now the problem is that if the program folder on the system drive is not on drive C, this file will not work. Because I still have many backups of my INF file, so I think if I can solve the problem that the program folder on the system drive is not on drive C and it can still be used normally by importing this file, then it will be much more convenient for me in the future! Thank you all again!
|