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.
If using Copilot right from the Taskbar isn't your thing, you should disable it. Even…
In an environment where standardizing things does matter, setting default fonts in Microsoft Office apps…
Wake-On-LAN is a networking standard that lets you wake up a computer from either a…
First of all, this is not to bypass a PDF file that requires a password…
Microsoft has been lurking about the idea of placing the Outlook navigation bar to the…
One colleague came up to me the other day asking me to take look at…