Startup pages setting on Microsoft Edge (not chromium) in non domain joined machines through resgitry or any other possible ways(preference files).

Sriram Muralidharan 21 Reputation points
2020-08-18T14:07:37.217+00:00

How to startup pages on microsoft edge browser (not chromium) in non domain joined machines through registry or any other possible ways(preference files)?

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,447 questions
0 comments No comments
{count} votes

Accepted answer
  1. Deepak-MSFT 2,206 Reputation points Microsoft Vendor
    2020-08-19T07:20:47.303+00:00

    I suggest trying to set Configure Start Pages group policy.

    GP path: Windows Components/Microsoft Edge

    GP English name: Configure Start pages

    value: <example1.com><example2.com>

    For the Registry key setting:

    Path: HKLM\SOFTWARE\Policies\Microsoft\MicrosoftEdge\Internet Settings

    Value name: ProvisionedHomePages

    Value type: REG_SZ

    Value: <example1.com><example2.com>

    If Configure Open Microsoft Edge With policy is enabled then set its value to Load a specific page or pages.

    Reference: Configure Start Pages

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Mark E 76 Reputation points
    2020-08-18T23:45:14.02+00:00

    It’s possible to do but you’ll need to either work through an ADMX template or extract the relevant registry keys and paths from it.

    https://learn.microsoft.com/en-us/microsoft-edge/deploy/group-policies/start-pages-gp#configure-open-microsoft-edge-with

    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.