Deprecated: Function jetpack_form_register_pattern is deprecated since version jetpack-13.4! Use Automattic\Jetpack\Forms\ContactForm\Util::register_pattern instead. in /home/ubuntu/www/edgetalk/wp-includes/functions.php on line 6078
Setting Edge As Default Browser via Group Policy - Edge Talk
Windows

Setting Edge As Default Browser via Group Policy

Setting Edge browser as your default browser is easy and straightforward but how about setting it up on multiple computers or multiple users on a terminal server?

The quick answer would be via Group Policy.

First, we will need to prepare an Association Configuration file. Copy the following content as an XML file, such as assoc.xml.

<?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>

Now, open the Group Policy editor and go to the following location:

Computer Configuration\Administrative Templates\Windows Components\File Explorer

And enable the policy “Set a default associations configuration file and specify the location of the XML file you just created above.

And that’s it. Apply it to an OU and any users who use anything inside that OU will have Edge as their default browser.

edge

Share
Published by
edge

Recent Posts

Disable Copilot on Windows 11 via Group Policy GPO

If using Copilot right from the Taskbar isn't your thing, you should disable it. Even…

4 weeks ago

Setting Default Fonts in Word, Excel, Outlook, and PowerPoint via Group Policy

In an environment where standardizing things does matter, setting default fonts in Microsoft Office apps…

2 months ago

Wake-On-LAN (WOL) with Windows and PowerShell

Wake-On-LAN is a networking standard that lets you wake up a computer from either a…

2 months ago

How To Remove Restrictions Set in A Password-Protected PDF File

First of all, this is not to bypass a PDF file that requires a password…

2 months ago

How To Move My Outlook Navigation Bar Back From Left Back To the Bottom

Microsoft has been lurking about the idea of placing the Outlook navigation bar to the…

1 year ago

Headset with Microphone Echoing My Own Voice on Windows, What To Do?

One colleague came up to me the other day asking me to take look at…

1 year ago