Disable Web Search Prompt for Unknown Files via Regedit
When you attempt to open an unknown file extension, Windows typically prompts you to search the web or the Microsoft Store to find a compatible program. This article provides a direct guide on how to modify the Windows Registry to disable this web search prompt permanently, forcing Windows to immediately open the local “Open With” dialog instead.
Steps to Disable the Web Search Prompt
To bypass the web search prompt using the Windows Registry Editor, follow these steps:
- Open the Registry Editor:
- Press Windows Key + R to open the Run dialog box.
- Type
regeditand press Enter (or click OK). - Click Yes if prompted by User Account Control (UAC).
- Navigate to the Explorer Policies Key:
In the Registry Editor address bar, paste the following path and press Enter:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\ExplorerNote: If you only want to apply this change to the currently logged-in user, navigate to
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorerinstead.
- Create the Explorer Key (if it does not exist):
- If the
Explorerfolder does not exist underPolicies, right-click on thePolicieskey, select New > Key, and name itExplorer.
- If the
- Create the DWORD Value:
- Right-click on an empty space inside the right pane of the
Explorerkey. - Select New > DWORD (32-bit) Value.
- Name the new value
NoInternetOpenWithand press Enter.
- Right-click on an empty space inside the right pane of the
- Modify the Value Data:
- Double-click the newly created
NoInternetOpenWithvalue. - Change the Value data field from
0to1. - Ensure the Base is set to Hexadecimal, then click OK.
- Double-click the newly created
- Apply the Changes:
- Close the Registry Editor.
- Restart your computer or restart Windows Explorer via Task Manager for the changes to take effect.
Once configured, double-clicking an unknown file type will
immediately launch the standard local program selection list rather than
redirecting you to search the web. To revert this setting in the future,
navigate back to the same registry key and change the value of
NoInternetOpenWith to 0, or delete the key
entirely.