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.