Unable to disable/hide "This site is trying to open" popup in Edge browser

Vivek Ramesh 86 Reputation points
2022-02-22T13:30:51.537+00:00

Hi Team,

176799-image.png

I am getting the above popup when I try to open documents stored in WebDav from Edge browser but I do not need this. So, I tried to disable/hide it by adding ExternalProtocolDialogShowAlwaysOpenCheckbox key in the Registry setting under HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge but it's not helped.

also, I'm unable to find the "Enable remembering protocol launch prompting preferences" option in edge://flags section.

But still, Edge showing this popup without the "Always allow" checkbox. Could anyone please help me to resolve this?

FYI: I'm using the latest version of Microsoft Edge (98.0.1108.56)

Thanks in Advance,

Microsoft Edge | Microsoft Edge development
0 comments No comments
{count} votes

Accepted answer
  1. Anonymous
    2022-02-23T10:00:16.25+00:00

    Hi @Vivek Ramesh

    I see that the website is using http://, that's why the registry setting doesn't work. You can refer to this doc:

    This policy only applies to https:// links.

    In this situation, if you want to disable the prompt for Word protocol, you can try URLAllowlist policy. You can configure the policy or registry setting. For registry setting, you can add ms-word:* protocol to the URLAllowlist:

    HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge\URLAllowlist\1=ms-word:*  
    

    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Regards,
    Yu Zhou


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.