Configure Edge browser homepage and set as default browser

albert TJ 140 Reputation points
2024-09-09T17:00:54.33+00:00

We want to configure our company URL as Edge homepage and set Edge as Default Browser to all our Windows devices? Where should I find the setting configuration in Intune or MECM?

Microsoft Intune Application management
Microsoft Intune Application management
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Application management: The process of creating, configuring, managing, and monitoring applications.
938 questions
Microsoft Configuration Manager Application
Microsoft Configuration Manager Application
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Application: A computer program designed to carry out a specific task other than one relating to the operation of the computer itself, typically to be used by end users.
483 questions
0 comments No comments
{count} votes

Accepted answer
  1. Aleksandr Kolesnikov 561 Reputation points
    2024-09-09T19:42:11.56+00:00

    Hi @albert TJ

    You can refer to the guides from Microsoft or follow step by step guide below.

    1. Set Microsoft Edge as the default browser
    2. Use Administrative Templates to create a policy for Microsoft Edge

    Step 1: Configure Microsoft Edge as the Default Browser

    1. Login to Microsoft Endpoint Manager (Intune) Admin Center:
    2. Create a Custom Configuration Profile:
      • Navigate to Devices > Configuration Profiles > + Create Profile.
      • Choose Windows 10 and later as the platform.
      • Under Profile Type, select Settings catalog or choose Templates > Custom
    3. Create an XML file with the following content:
         <?xml version="1.0" encoding="UTF-8"?>
         <DefaultAssociations>
             <Association Identifier=".htm" ProgId="MSEdgeHTM" ApplicationName="Microsoft Edge" />
             <Association Identifier=".html" ProgId="MSEdgeHTM" ApplicationName="Microsoft Edge" />
             <Association Identifier="http" ProgId="MSEdgeHTM" ApplicationName="Microsoft Edge" />
             <Association Identifier="https" ProgId="MSEdgeHTM" ApplicationName="Microsoft Edge" />
         </DefaultAssociations>
      
      b. Save it as defaultassociations.xml.
    4. On  Configuration settings page Add OMA-URI:
    • OMA-URI: ./Device/Vendor/MSFT/AssignedAccess/Configuration/Profile/Applications/DefaultFileAssociations
    • Data Type: String.
    • Upload the XML file (defaultassociations.xml) as the content.

    5. Assign the Profile to a Group:

    • In the Assignments section, choose pilot group or virtuall groups (All Users/All Devices).

    Step 2: Set the Homepage in Microsoft Edge

    1. Create a New Configuration Profile:
      • Go to Devices > Configuration Profiles > + Create Profile.
      • Select Windows 10 and later for the platform.
      • Choose Templates > Administrative Templates.
    2. Configure Microsoft Edge Settings:
      • In the Search Settings field, type Homepage URL.
    3. Set the Homepage URL:

    Home page URL to your company URL (e.g., https://www.yourcompany.com).

    User's image 4. Assign the Profile to Device Groups:

    • In the Assignments section, choose pilot group or virtuall groups (All Users/All Devices).

    Best regards,

    Aleksandr


    If the response is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Simon Ren-MSFT 33,856 Reputation points Microsoft Vendor
    2024-09-10T02:00:53.94+00:00

    Hi,

    Thank you for posting in Microsoft Q&A forum.

    We can use Microsoft Edge policy in Intune to configure the home page URL and set Edge as default browser . Here are some guides for your reference:

    Configure Microsoft Edge policy settings with Microsoft Intune

    Microsoft Edge - Policies

    Setting Up MS Edge Homepage using Intune

    Hope it helps. Thanks for your time.

    Best regards,

    Simon


    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.

    0 comments No comments

  2. JatinMakhija 971 Reputation points
    2024-09-11T18:55:29.8766667+00:00

    Please find below blog posts which provides step bystep guides on how to set edge as default browser and also to set edge home page, startup page or new tab page for edge. Hope it helps.

    1. Set Edge as default browser using Intune
    2. Set MS Edge Home/Startup/New Tab Page using Intune

    ---If the response is helpful, please click "Accept Answer" and upvote it.---

    0 comments No comments

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.