编程论坛
注册
登录
编程论坛
→
VFP论坛
能否代码设置默认浏览器
sostemp
发布于 2021-11-07 20:11, 1023 次点击
比如电脑上某目录下的绿色版浏览器
路径为 D:\SogouExplorer\SogouExplorer.exe
是否可代码设置将它为默认浏览器?
谢谢。
1 回复
#2
吹水佬
2021-11-07 21:15
看看修改注册表:
HKEY_CLASSES_ROOT\http\shell\open\command
HKEY_CLASSES_ROOT\https\shell\open\command
1