Forum Discussion
tistou
Feb 28, 2023Bronze Contributor
Red dot account icon
Hello Is it possible to remove this red dot on the account icon ? I don't use an MS or other account, but I would like to remove this red dot which must signal a new option, I guess ...
Deleted
Feb 28, 2023it looks like it's a way to remind the user to sync their MS account, of course this is not the case when syncing is enabled.
Best regards.
tistou
Feb 28, 2023Bronze Contributor
Yeah, it would be nice to be able to disable it when we don't want to sync the account 🙂
- atlantoFeb 28, 2023Iron Contributor
Yep. The red dot appears although having policies SyncDisabled:true and BrowserSignin:disabled. It should not be displayed in such situation, I guess.
I'm using command-line option --disable-features=msShowSignInIndicator for now.- tistouFeb 28, 2023Bronze ContributorOk thanks, with this command do we have an option to disable this or should we always use it?
- pbiekerMar 13, 2023Copper Contributor
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!