Forum Discussion
Davy49
Jan 11, 2023Iron Contributor
Please Add Option In Settings To Hide Sidebar Automatically
Hi, At least in my humble opinion it would be great to have the option available to be able to hide the sidebar automatically instead of only having the current two options that are available, to hi...
tobermoryboy
Feb 07, 2023Copper Contributor
Really need the ability to REMOVE (not switch off) this clutter from browser entirely - the new stupid icon on the top right switches it on if hovered over - even if you set Sidebar to OFF
This is a classic example of useless BLOATWARE, I thought Microsoft had learnt about that.
This is a classic example of useless BLOATWARE, I thought Microsoft had learnt about that.
Neon01
Feb 09, 2023Steel Contributor
To completely remove the sidebar (including the annoying 'Discover' button) you can use a group policy called 'HubsSidebarEnabled'.
Either in the Group Policy Editor by setting
'Administrative Templates/Microsoft Edge/HubsSidebarEnabled' to 'Disabled'
Or directly in the registry by adding the following key:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge\
DWORD (32-bit): HubsSidebarEnabled
Value: 0
If the above doesn't work, add the registry key to the CURRENT_USER path instead (I assume this just affects users who have only Edge Canary installed):
HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Edge\
DWORD (32-bit): HubsSidebarEnabled
Value: 0