获取默认浏览器

2022-01-12 00:00:00 visual-studio winapi visual-c++ browser mfc

如何以编程方式确定系统中的默认浏览器.代码必须使用vc++开发有这方面的 API 吗?

How can I determine which is the default browser in my system programatically. The code must be developed using vc++ Is there any API for this ?

默认浏览器值存储在注册表的什么位置?

Where in the registry is the default browser value stored?

推荐答案

可以在注册表中找到默认浏览器

you can find the default browser in the registry

即对于 Windows XP 和 Vista 位于

i.e. for Windows XP and Vista is located at

HKEY_LOCAL_MACHINESoftwareClientsStartMenuInternet

相关文章