Forum Discussion
Red dot account icon
I managed to remove this red dot from the profile picture by adding an edge policy.
This policy stops Microsoft from testing new features in Edge:
Reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /v "ExperimentationAndConfigurationServiceControl" /t REG_DWORD /d "0" /f
This worked for me!
- pbiekerMar 13, 2023Copper ContributorWow, I am surprised that your result is negative, thanks for the feedback, I will double check.
If someone else could test this to verify this solution it would be helpfull. I am running 22H2 with latest updates. The red dot issue arrived after a recent update in the last 3 weeks.
Policy reg:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge]
"ExperimentationAndConfigurationServiceControl"=dword:00000000 - tistouMar 13, 2023Bronze Contributor
I just logged out/logged in but not restarted, I'm trying
And add the registry key manually in the registryEDIT : rebooted but still not working (last Canary version)
 - pbiekerMar 13, 2023Copper Contributor
Command Prompt as Administrator then add the registry key.
I suppose you also did also the restart after applying this registry key ?
Strange as I have got it working on 3 systems already, but I am using Win10Pro / Win11Pro.
I haven't tested on Windows 10/11 Home.
 - tistouMar 13, 2023Bronze Contributor
Thanks for the info, I tried that but it didn't work.

thanks anyway