Providing Free and Editor Tested Software Downloads
< HOME | TUTORIALS | GEEK-CADE| WEB TOOLS | YOUTUBE | NEWSLETTER | DEALS! | FORUMS | >

MajorGeeks.com - We got downloads coming out of our waxy, geeky ears.

Software Categories

All In One Tweaks
Android
Antivirus & Malware
Appearance
Back Up
Browsers
CD\DVD\Blu-Ray
Covert Ops
Drivers
Drives (SSD, HDD, USB)
Games
Graphics & Photos
Internet Tools
Linux Distros
MajorGeeks Windows Tweaks
Multimedia
Networking
Office & Productivity
System Tools

Other news

· How To and Tutorials
· Life Hacks and Reviews
· Way Off Base
· MajorGeeks Deals
· News
· Off Base
· Reviews


Opera One
Everything
you need.
Already
there.
AI assistant
Aria, built right in
Free VPN
No account needed
Ad blocker
Faster, cleaner web
Tab Islands
Grouped browsing
Useful sidebars
Make it yours
No Clunky Extensions Needed.



MajorGeeks Approved.



Download free

spread the word

· YouTube
· Facebook
· Instagram
· Twitter
· Pintrest
· RSS/XML Feeds
· News Blur
· Yahoo
· Symbaloo

about

· Top Freeware Picks
· Malware Removal
· Geektionary
· Useful Links
· About Us
· Copyright
· Privacy
· Terms of Service
· How to Uninstall

top downloads

1. GS Auto Clicker
2. Smart Defrag
3. Macrium Reflect FREE Edition
4. K-Lite Mega Codec Pack
5. MusicBee
6. Microsoft Visual C++ 2015-2022 Redistributable Package
7. Sergei Strelec's WinPE
8. K-Lite Codec Pack Full
9. Visual C++ Redistributable Runtimes AIO Repack
10. McAfee Removal Tool (MCPR)
More >>

top reads

Star How Much Storage Space Are Your Installed Apps Using in Windows 11?

Star How To Reset and Fix the Settings App in Windows 11

Star How To Remove the Windows 11 Updated Start Menu

Star How To Download a Windows 11 ISO

Star How To Disable Drag Tray

Star How To Boot Into WinRE (Windows Recovery Environment)

Star How To Find the Installation Date of Apps

Star Recently Opened Files - How To Hide or Show Them In Jump Lists, File Explorer, and Start Menu

Star How To Change the Name of a Local or Microsoft Account

Star How To Remove OneDrive From the Navigation Pane in File Explorer


MajorGeeks.Com » Overview» Tutorials and Video Guides » How To Stop Edge and Chrome Default Browser Prompts

How To Stop Edge and Chrome Default Browser Prompts

By selma čitaković

on 02/06/2026

Hop into IObit’s Easter Sale and save up to 90% on top utilities, plus score 3 FREE months before the deal disappears! 🐰🌷🏆



Annoyed by Microsoft Edge or Google Chrome constantly asking you to pick them as your default browser? Unfortunately, there's no option in either one's settings to disable the prompts. The "intended" way to make them stop is to agree to set them as your defaults, which is no choice at all.

However, you can still put an end to them with a couple of simple registry edits. If you're the type to get instantly wary as soon as the registry editor gets mentioned, don't worry. These tweaks are perfectly safe, and I'll guide you through the process, step by step.

Disable Microsoft Edge default browser prompts



You can do this for your current user account, or all users. But before we get into it, if you're worried you'll accidentally change something you shouldn't, you can create a system restore point. It will revert your computer to a previous state and undo all changes.

Here are the steps for current user:
  1. Type Registry Editor in Windows Search, and click on Open.
  2. Navigate to Computer\HKEY_CURRENT_USER\Software\Policies\Microsoft. You can paste this in the address bar at the top.
  3. Right-click the Microsoft folder and select New > Key. Name it Edge.
  4. Go to the new Edge key, right-click the right pane, and select New > DWORD (32-bit) Value. Name it DefaultBrowserSettingEnabled.
  5. Double-click DefaultBrowserSettingEnabled. Type 0 in the Value data field, and set it as Hexadecimal.
  6. Click OK and close the registry.



Try opening Edge now, and you should see that the prompt isn't there anymore.

Now, to achieve the same but for all users, follow these steps:
  1. Type Registry Editor in Windows Search, and select Run as administrator.
  2. Navigate to Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft.
  3. Right-click the Microsoft folder and select New > Key. Name it Edge.
  4. While in the Edge key, right-click an empty spot in the right pane, and select New > DWORD (32-bit) Value. Name it DefaultBrowserSettingEnabled.
  5. Double-click DefaultBrowserSettingEnabled. Type 0 in the Value data field, and set it as Hexadecimal.
  6. Click OK and close the registry.

You'll need to sign in as an administrator to make these changes, but the steps are almost the same. It's just a different location.

To undo the edits, all you need to do is delete the DefaultBrowserSettingEnabled value. Right-click it and select Delete.

Disable Google Chrome default browser prompts



Similarly, you can turn off Chrome's "helpful" reminders for your current user account, or all users.

Let me show you how to do this for your current account first:
  1. Type Registry Editor in Windows Search, and click on Open.
  2. Navigate to Computer\HKEY_CURRENT_USER\Software\Policies. You can paste this in the address bar at the top.
  3. Right-click the Policies folder and select New > Key. Name it Google.
  4. Now, right-click the Google folder and select New > Key. Name it Chrome. Select the new Chrome key, and check if the full path looks like this: Computer\HKEY_CURRENT_USER\Software\Policies\Google\Chrome.
  5. Right-click the right pane, and select New > DWORD (32-bit) Value. Name it DefaultBrowserSettingEnabled.
  6. Double-click DefaultBrowserSettingEnabled. Type 0 in the Value data field, and set it as Hexadecimal.
  7. Click OK and close the registry.



While I was trying this out, I had to create both Google and Chrome keys in Policies. If they're already there, you can just proceed to the fifth step with DefaultBrowserSettingEnabled.

Moving on to disabling the default prompts for all users:
  1. Type Registry Editor in Windows Search, and select Run as administrator.
  2. Navigate to Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies.
  3. Right-click the Policies folder and select New > Key. Name it Google.
  4. Now, right-click the Google folder and select New > Key again. Name this one Chrome. Select the new Chrome key, and check if the full path looks like this: Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome.
  5. Right-click the right pane, and select New > DWORD (32-bit) Value. Name it DefaultBrowserSettingEnabled.
  6. Double-click DefaultBrowserSettingEnabled. Type 0 in the Value data field, and set it as Hexadecimal.
  7. Click OK and close the registry.

Since this edit will apply to all users, you'll need to sign in as an administrator first.

After modifying the registry, you should see that Chrome is no longer bugging you to set it as a default browser.

Additionally, there will be another change in Settings > Default browser. Previously, you'd find a Make default button there, but now the page should look like this:



Like with Edge, you can easily undo these edits by right-clicking DefaultBrowserSettingEnabled and selecting Delete.

Admittedly, it sucks that you even have to make changes in the registry for something this trivial, instead of just toggling it off in the browser settings. But it is what it is. You can also disable website notification prompts for good measure.

[selma

comments powered by Disqus


© 2000-2026 MajorGeeks.com
Powered by Contentteller® Business Edition