20H2 - Tryng to disable both Welcome to Windows (Edge) and Tips on startup.

Rick Someone 411 Reputation points
2021-04-19T14:14:10.17+00:00

One time I image a pc, Tips is turned off but Edge comes up with Welcome to Windows.
The next time I image it, Welcome to Windows is off but Tips pops up. It's driving me insane.

The cmd I have for Tips is:

reg add "HKLM\Software\Policies\Microsoft\Windows\CloudContent" /v DisableSoftLanding /t REG_DWORD /d 1 /f (and I've tried 1 and 0)

The cmd I have for Welcome to Windows is: ( found two)

reg add "HKLM\Software\Policies\Microsoft\MicrosoftEdge\Main" /v PreventFirstRunPage /t REG_DWORD /d 1 /f

reg add "HKLM\Software\Microsoft\Edge" /v HideFirstRunExperience /t REG_DWORD /d 1 /f

Unless I have my 0 and 1 mixed up, which I think I've tried each, I can't get them both to quit.
Each place I look online says to do something differently...and as I said, it ends up with one or the other.

I'm hoping to stop them both. I have the reg changes in my TS in State Restore. I'm not sure how I could add them in the Preinstall phase. I know the admin will usually not get anything applied because the tasks run 'as' admin but they normally get applied once each user signs on. (An example of this is the Start Menu).

Anyway, hoping someone has a solid solution in 20H2 to stop the Welcome.... and Tips screens.

Windows for business | Windows Client for IT Pros | Devices and deployment | Set up, install, or upgrade
{count} vote

1 answer

Sort by: Most helpful
  1. AllenLiu-MSFT 49,316 Reputation points Microsoft External Staff
    2021-04-20T08:01:50.503+00:00

    Hi, @Rick Someone
    Thank you for posting in Microsoft Q&A forum.
    I read below article, the Edge welcome page and the default browser prompt are related to the two registry keys:

    HKEY_CURRENT_USER\SOFTWARE\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wekyb3d8bbwe\MicrosoftEdge\FirstRun\LastFirstRunVersionDelivered

    HKEY_CURRENT_USER\SOFTWARE\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wekyb3d8bbwe\MicrosoftEdge\Main\IE10TourShown

    But the entire Appcontainer registry key structure is not present during the first logon, so that could be the reason we can not disable both Welcome to Windows (Edge) and Tips on startup, we can deploy a script as a logon script with Group Policy or use Configuration Manager, for more details, we may refer to this article:
    https://4sysops.com/archives/disable-welcome-to-microsoft-edge-page-and-default-browser-prompt-in-windows-10-1607/
    (Third-party link, just for your reference)


    If the response is helpful, please click "Accept Answer" and upvote it.
    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.

    1 person found this answer helpful.
    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.