When opening Microsoft Internet Explorer the first time, it opens a new tab that prompts the user to set IE11 as the default web browser. You could simply select “No thanks“, but it could still be an annoyance for other users who use the computer in the future. It’s especially annoying in enterprise environments. Disable the prompt with these steps.
Option 1 – Via Internet Options
- Select the “Start” button, then type “Internet Options“.
- Open “Internet Options“.
- Select the “Advanced” tab.
- Scroll down a bit to the “Browsing” section. Check or uncheck the “Tell me if Internet Explorer is not the default web browser” as desired.
Option 2 – Via Command
- Press the “Start” button, then type “cmd“.
- Right-click “Command Prompt“, then choose “Run as administrator“.
- Type reg add “HKCU\Software\Microsoft\Internet Explorer\Main” /f /v “Check_Associations” /d “no” /t REG_SZ
- Press “Enter“.
Note: If you copy and paste the above command, the quotes might not paste correctly. Type it out if it’s not working or retype the quotes.
Option 3 – Via Registry
- Hold the Windows Key and press “R” to bring up the Windows Run dialog.
- Type “regedit” then press “Enter“.
- Navigate to:
- HKEY_LOCAL_MACHINE
- Software
- Microsoft
- Internet Explorer
- Main
- Set the “Check_Associations” value to “No“. If you don’t see “Check_Associations“, right-click “Main“, and choose “New” > “String Value“, and create a new “Check_Associations“.
Option 4 – Use Group Policy
- Hold the Windows Key and press “R” to bring up the Windows Run dialog.
- Type “gpedit.msc” then press “Enter“.
- The “Local Group Policy Editor” is displayed. Navigate to “User Configuration” > “Administrative Templates” > “Windows Components” > “Internet Explorer“.
- Open the “Notify users if Internet Explorer is not the default web browser selection“.
- Set the policy to “Disabled“, then select “OK“.
Now any user who logs into the computer and uses IE11 will no longer be pestered by the annoying prompt.
PDRWoman says
Yes, this was helpful. It may be much more helpful to specify that this needs to be unchecked if you do not want Explorer as a default. Thank you!
Allison says
Had to go to option 3 and add Check_Associations to the registry as you describe in order to permanently disable the annoying prompt . I would never have have found this on my own – many thanks!