Hi @rhoutz ,
Well, based on your description, I think the solutions in these articles you mentioned work for Legacy Edge, not the new Chromium Edge.
Now, if you need to prevent first-run experience in Microsoft Edge (version 80 or later), just follow these steps below:
- Download and use the latest Microsoft Edge Policy Template if not installed yet.
- Open
Group Policy Editor
. - Click User Configuration/Computer Configuration > Administrative Templates > Microsoft Edge.
- Double-click
Hide the First-run experience and splash screen
. - Select
Enabled
.
Of course, you can also do it by modifying the corresponding registry. Under this path: SOFTWARE\Policies\Microsoft\Edge
, and the name is HideFirstRunExperience
with type REG_DWORD
, just set its value to 1
will be ok.
In addition, if you don't know how to install the Edge policy templates, please refer to this doc: Download and install the Microsoft Edge administrative template.
Regards,
Xudong Peng
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
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.