question

rtor04 avatar image
0 Votes"
rtor04 asked rtor04 commented

Setting Edge as Default Browser through GPO Not Working

Hi All,

I am trying to set the default browser to Edge (Chromium, latest stable build) for all computers in my company's domain via a GPO. We are fully a Windows 10 shop, and I have followed Microsoft's instructions on how to do this for Windows 10, but the default browser is not being changed to Edge. The default app association XML file is saved in a network share that is accessible to all domain users and is coded as follows:

<?xml version="1.0" encoding="UTF-8"?>

<DefaultAssociations>

<Association ApplicationName="Microsoft Edge" ProgId="MSEdgeHTM" Identifier=".html"/>

<Association ApplicationName="Microsoft Edge" ProgId="MSEdgeHTM" Identifier=".htm"/>

<Association ApplicationName="Microsoft Edge" ProgId="MSEdgeHTM" Identifier="http"/>

<Association ApplicationName="Microsoft Edge" ProgId="MSEdgeHTM" Identifier="https"/>

</DefaultAssociations>

Running gpresult /h shows that the GPO is "Applied", so it doesn't seem like it's being denied or failing. It's just not changing the default app association as expected.

Any advice/thoughts? Thanks in advance.

windows-group-policyms-edge
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

YuZhou-MSFT avatar image
0 Votes"
YuZhou-MSFT answered rtor04 commented

Hi @rtor04

Are you following this guide to set Edge as default browser? I have checked this guide and it can work well.

Please run gpupdate /force after setting the group policy and restart the computer/relogin the user account to make the group policy work. As the guide note says:

If this setting is enabled and the user's device is domain-joined, the associations configuration file is processed the next time the user signs on.

I have tested that if only setting the policy without restarting the computer/relogining the user account, the group policy won't take effect.


If the response is helpful, please click "Accept Answer" and upvote it.
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


· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi @YuZhou-MSFT

Yes, those are the instructions I followed initially to set things up. I was able to get it to work finally by removing the quotations that were put around the network share path.

Thanks!

0 Votes 0 ·