PSA: Microsoft Edge GPO setting to suppress asking users to reset to Microsoft recommended default settings

Posted by oloruin@reddit | sysadmin | View on Reddit | 2 comments

Even looking in the .admx / .amdl files, I was stumped because the name string looked like a description instead of the policy name I should be looking to configure...

-> Administrative Templates -> Microsoft Edge -> "Enables default browser settings campaigns"

Set to Disabled to stop Microsoft Edge from asking users if they want to revert their search engine to bing, etc...

This affects the registry key

<HKCU | HKLM> Software\Policy\Microsoft\Edge\DefaultBrowserSettingsCampaignEnabled

Why are they like this? I found the registry key referenced before I found the policy name by searching through the admx file. Then I thought I was insane, so looked up the adml strings to make sure. Then I still didn't trust my eyes "Enables default..." WTAF?!?! and went "All Settings" mode to look for anything that may be the actual policy name, because there's no way the policy is called that...

Hours later... (multitasking, but still...)

So yes. The policy that by default allows Microsoft to ask your users to reset your settings to their settings... every time GPO applies your settings... that you have to disable to suppress.... is called "Enables default browser settings campaigns"

Maybe someone else looking to suppress this cycle will find this helpful. Maybe the naming makes more sense in non-english languages.

🙃