Chromium Edge:- 如何显示再次打开自定义协议处理程序时出现的警告
Chromium Edge:- How To display the warning that appear if you open Custom Protocol Handler again
我参考以下设置
Internet Explorer or Edge:- How To display the warning that appear if you open Custom Protocol Handler again,使执行自定义协议时不显示Edge警告画面。
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Internet Explorer\ProtocolExecute\foo]
"WarnOnOpen"=dword:00000000
安装 Microsoft Edge 版本 79 (Chronium Edge) 后,此设置不再有效。
我应该怎么做才能获得相同的行为(未显示 Edge 警告屏幕)?
Microsoft Edge(Chromium) 没有此类设置。我搜索了所有设置,只找到一个相关设置。如果您不想再次出现警告,您可以设置 ExternalProtocolDialogShowAlwaysOpenCheckbox:
This policy controls whether the "Always open" checkbox is shown on external protocol launch confirmation prompts.
If you set this policy to True, when an external protocol confirmation prompt is shown, the user can select "Always open". The user won’t get any future confirmation prompts for this protocol.
If you set this policy to False, or the policy is unset, the "Always open" checkbox isn’t displayed. The user will be prompted for confirmation every time an external protocol is invoked.
您可能需要参考Configure Policy Settings on Windows了解如何为 Microsoft Edge(Chromium) 设置策略。
我参考以下设置 Internet Explorer or Edge:- How To display the warning that appear if you open Custom Protocol Handler again,使执行自定义协议时不显示Edge警告画面。
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Internet Explorer\ProtocolExecute\foo]
"WarnOnOpen"=dword:00000000
安装 Microsoft Edge 版本 79 (Chronium Edge) 后,此设置不再有效。
我应该怎么做才能获得相同的行为(未显示 Edge 警告屏幕)?
Microsoft Edge(Chromium) 没有此类设置。我搜索了所有设置,只找到一个相关设置。如果您不想再次出现警告,您可以设置 ExternalProtocolDialogShowAlwaysOpenCheckbox:
This policy controls whether the "Always open" checkbox is shown on external protocol launch confirmation prompts.
If you set this policy to True, when an external protocol confirmation prompt is shown, the user can select "Always open". The user won’t get any future confirmation prompts for this protocol.
If you set this policy to False, or the policy is unset, the "Always open" checkbox isn’t displayed. The user will be prompted for confirmation every time an external protocol is invoked.
您可能需要参考Configure Policy Settings on Windows了解如何为 Microsoft Edge(Chromium) 设置策略。