79134618

Date: 2024-10-28 18:11:47
Score: 0.5
Natty:
Report link

I found an answer to this question in a Reddit, which in turn referenced this blog: https://www.meziantou.net/set-a-blank-page-for-new-tabs-in-microsoft-edge.htm

I like Stack Overflow, however, so I wanted to have the question and answer available here. The solution is a registry hack (wow Microsoft, really?). You can either manually update the registry or run the following command in PowerShell (running as Administrator):

New-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Edge" -Name "NewTabPageLocation" -Value "google.com" -PropertyType String -Force

Note that the example above sets new tabs to load www.google.com by default, so change that as needed for your desired behavior.

For me the change took effect immediately, nothing more needed, but the solution mentions opening "edge://policy/" and click "Reload Policies" or restart Edge, so you may need to do that as well.

Reasons:
  • Blacklisted phrase (1): this blog
  • Whitelisted phrase (-1): solution is
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Todd