MS Edge first time Welcome back, confirming preferences - wizard pops up

Pavel yannara Mirochnitchenko 12,621 Reputation points MVP
2024-11-27T06:35:58.5166667+00:00

This problem is seing also within other admins in our User Group, and in my enviroment I have configured several configuration options to not present this, but it still does. I remember, that my Edge configuration has been done some time ago, and this pop-up started appearing sometime July 2024 out of nothing. Probably Edge has been updated then and something changed.

User's image

#Allow personalization of ads, search and news by sending browsing history to Microsoft - Disabled
#Browser sign-in settings (Device) - Enable browser sign-in
#Configure whether a user always has a default profile automatically signed in with their work or school account - Disabled
#Disable synchronization of data using Microsoft sync services - Disabled
#Force synchronization of browser data and do not show the sync consent prompt - Enabled
#Hide the First-run experience and splash screen - Enabled
#Send required and optional diagnostic data about browser usage - Disabled
#Choose whether users can receive customized background images and text, suggestions, notifications, and tips for Microsoft services - Disabled

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,383 questions
Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
5,599 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
10,140 questions
Microsoft Intune Configuration
Microsoft Intune Configuration
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Configuration: The process of arranging or setting up computer systems, hardware, or software.
1,944 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
5,302 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. ZhoumingDuan-MSFT 14,315 Reputation points Microsoft Vendor
    2024-11-27T08:23:16.4166667+00:00

    @Pavel yannara Mirochnitchenko, Thanks for posting in Q&A.

    From your description, I know want to disable the Microsoft Edge first time welcome back page but failed.

    From the information you provided, I noticed that you have configured related settings to disable it, and it failed some time, to clarify the issue, please be sure the policy applies to device not user, then go to edge://policy and check whether the policy has been successfully applied on Microsoft Edge.

    Moreover, here are some other methods you can refer to disable first time welcome back page, such as GPO or Registry.

    https://www.thewindowsclub.com/disable-microsoft-edge-first-run-welcome-page

    Non-official, just for reference.

    Hope it will help. If there is any update, feel free to let me know.

    If the answer is helpful, 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.


  2. Pavel yannara Mirochnitchenko 12,621 Reputation points MVP
    2024-11-28T08:41:58.64+00:00

    (EDIT): Does not solve the problem!

    I manually solved this by adding new registery creation object for device:

    #Disable First Run Welcome Page in Edge browser

    New-Item -Path "Registry::HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\MicrosoftEdge"

    New-ItemProperty -Path "Registry::HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\MicrosoftEdge" -Name PreventFirstRunPage -Value "1" -PropertyType DWord -Force

    But the bigger problem is, that there is no "Prevent First Run from opening on Microsoft Edge" - option available in Intune's Setting Catalog do handle this as it should be configured.


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.