Microsoft Edge startup page registry

Alexandros Trommelen 16 Reputation points
2020-07-27T09:34:57.43+00:00

Hi all,

I've been searching for a while now on how to set the sepicific startupage of Edge through a registry setting.
After alot of searching I stumbled upon a solution that comes close to mine however this works only when I push the Homepage button.
I would like to be able to set the default startup page to something else.
Does anyone have the solution?
It would be much apreciated.

REG ADD "HKEY_CLASSES_ROOT\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wekyb3d8bbwe\MicrosoftEdge\Main" /v "HomeButtonEnabled" /t REG_DWORD /d 0x00000001 /f
REG ADD "HKEY_CLASSES_ROOT\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wekyb3d8bbwe\MicrosoftEdge\Main" /v "HomeButtonPage" /t REG_SZ /d http://yourwepage.com /f

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

2 answers

Sort by: Most helpful
  1. Yu Zhou-MSFT 13,176 Reputation points Microsoft Vendor
    2020-07-28T07:57:58.057+00:00

    This solution is for Edge Chromium:

    We need to set two settings in Edge Chromium:

    First, we need to set RestoreOnStartup: Action to take on startup.

    If you want to open Edge Chromium with new page with a url, then you should set this registry like below:

    • Path: SOFTWARE\Policies\Microsoft\Edge
    • Value Name: RestoreOnStartup
    • Value Type: REG_DWORD
    • Value Data: 0x00000004

    15442-ogzla.png

    Second, we need to set RestoreOnStartupURLs: Sites to open when the browser starts.

    This registry setting is used to set the url of the homepage. You should set it like below:

    • Path: SOFTWARE\Policies\Microsoft\Edge\Recommended\RestoreOnStartupURLs
    • Value Name: 1, 2, 3, ...
    • Value Type: list of REG_SZ
    • Value Data: the url you want to set as homepage

    15398-qll5m.png

    4 people found this answer helpful.

  2. Alexandros Trommelen 16 Reputation points
    2020-07-31T11:17:45.64+00:00

    Hi YuZhou and thank you for the reply.
    I've tried your solution however this isnt working for me
    Instead of getting the page I added in the registry setting i get the standaard opening page:
    14875-knipsel.png

    1 person found this answer helpful.

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.