Forum Discussion
Remove 'Search Bing in sidebar' using policy, startup flag or registry
- Mar 04, 2024
Hooray! Once the https://www.microsoft.com/en-gb/edge/business/download?form=MA13FJ Definitions https://learn.microsoft.com/en-us/deployedge/configure-microsoft-edge#add-the-administrative-template-to-an-individual-computer, you can set it as follows. I have set it at the Computer Configuration level in this case.
Super happy this has been implemented!
Kelly_Y Release Edge is on v108 now. v110 would be ready in about 2 months, right?
loyukfai Yes, Stable v110 is estimated for the beginning of February. Here is a link to the release schedule: Microsoft Edge release schedule | Microsoft Learn. Thanks!
-Kelly
- georgirMar 22, 2023Copper Contributor
Kelly_Y
we are now at v111 and it's not working, what's going on?Apparently it needs to be set to 2 instead of 0, talk about unintuitive. But yay, at least it works.
- clandisMar 22, 2023
Microsoft
Yes, hooray, finally we're free from Search Bing in sidebar right-click context menu tyranny.
Set-ItemProperty -Path 'HKLM:\SOFTWARE\Policies\Microsoft\Edge' -Name 'SearchInSidebarEnabled' -Type DWord -Value 2
May need to give it a kick with gpupdate /force or wait for the next 90-minute group policy refresh for it to take effect.
- loyukfaiMar 25, 2023Copper Contributor
I made a .reg file to disable both the Bing button and the Sidebar options in right-clicks.
https://drive.google.com/file/d/1slL3sHuWLLrV5nqWEvggXGt2PcuAtptt/view?usp=sharing
After importing, navigate to "edge://policy/" and reload policies.
Cheers.