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


