Edge card to hide via registry

StewartBW 1,895 Reputation points
2025-06-06T12:46:04.3266667+00:00

Hi

In the bottom of the Edge, the new page which seems to be a sticky notes location for the developers, there's another card about weather, how to permanently remove it via the registry?

I know I can simply select the ... and use Hide this card, but any registry key to disable this and any similar spams on the main new page?

Thanks in advance.

edge

Microsoft Edge | Microsoft Edge development
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Jay Pham (WICLOUD CORPORATION) 410 Reputation points Microsoft External Staff
    2025-08-21T06:12:00.9466667+00:00

    Hi StewartBW,
    Thanks for contacting Microsoft Edge Support. Here are simple, step‑by‑step instructions you can follow.

    Here's solution you can try:

    Disable the New Tab feed (keep default New Tab, but no cards)

    • Step 1: Close Edge. 1. Open Notepad and paste the content below. 2. Go to File > Save As… 3. Save as type: All Files. 4. File name: disable-edge-ntp-feed.reg 5. Encoding: ANSI or Unicode (UTF-16 LE) are both fine. 6. Double‑click the .reg file you saved, then click Yes > Yes to add it to the Registry. 7. Open Edge and navigate to edge://policy to verify the policy has been applied
    • Step 2: Save the file below to your Desktop.
    • Step 3: Double‑click it. When Windows warns about adding info to the Registry, click Yes. If prompted by UAC, click Yes.
    • Step 4: Reopen Edge, go to edge://policy, click Reload Policies. You should see:
      • NewTabPageContentEnabled = 0
      • NewTabPageQuickLinksEnabled = 0
    • Step 5: Open a new tab to confirm the feed/cards are gone.
    Windows Registry Editor Version 5.00
     
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge]
    "NewTabPageContentEnabled"=dword:00000000
    "NewTabPageQuickLinksEnabled"=dword:00000000
    

    Replace New Tab with a blank page (most strict)

    • Follow the same steps, but use this file instead.
    Windows Registry Editor Version 5.00
     
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge]
    "NewTabPageLocation"="about:blank"
    

    How to verify

    • Open edge://policy and click Reload Policies.
    • Confirm you see your chosen policy:
      • NewTabPageContentEnabled = 0 and/or
      • NewTabPageQuickLinksEnabled = 0 and/or
      • NewTabPageLocation = about:blank
    • Open a new tab to test.

    If you tell me which approach you want (hide feed vs. blank tab) and whether it’s for just you or the whole device, I can tailor the exact steps and send only the one file you need.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.