←back to thread

1725 points taubek | 1 comments | | HN request time: 0.256s | source
Show context
Helmut10001 ◴[] No.35324199[source]
I just went down a rabbit hole to remove the "Discover" button in Edge (top-right corner):

    - `regedit`
    - go to `HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft`
    - add a key (folder) `Edge` (ignore the folder `MicrosoftEdge` if it exists)
    - in `Edge` folder, add a `DWORD` with name `HubsSidebarEnabled` and a value of `0`.
    - in Edge, go to `edge://policy` and click on `Reload Policies`
    - it should list the policy and the 'Discover' button should disappear
replies(1): >>35325140 #
lyu07282 ◴[] No.35325140[source]
Aren't these kinds of hacks breaking every few months with new upgrades?
replies(1): >>35325263 #
1. Helmut10001 ◴[] No.35325263[source]
Currently, there was no other way to disable the button - I tested all. In the future, I hope there's an official option or policy directly available without the registry. I just couldn't see the button anymore.