en-US edge computer user

Force direct intranet site navigation instead of searching on single word entries in the Address Bar

Verified with Microsoft Edge 152.0.4191.53 — updated on July 10, 2026

Microsoft Edge 152.0.4191.53

Supported on: Microsoft Edge version 78, Windows 7 or later

Path in the GPO console

Computer Configuration\Administrative Templates\Microsoft Edge

Description

If you enable this policy, the top autosuggest result in the address bar suggestion list navigates to intranet sites if the text entered in the address bar is a single word without punctuation. Default navigation when typing a single word without punctuation conducts a navigation to an intranet site matching the entered text. If you enable this policy, the second autosuggest result in the address bar suggestion list conducts a web search exactly as it was entered, if this text is a single word without punctuation. The default search provider is used unless a policy to prevent web search is also enabled. Two effects of enabling this policy are: Navigation to sites in response to single word queries that would typically resolve to a history item will no longer happen. Instead, the browser will attempt navigate to internal sites that may not exist in an organization's intranet. This will result in a 404 error. Popular, single-word search terms will require manual selection of search suggestions to properly conduct a search.

Registry

HKLM Software\Policies\Microsoft\Edge
HKCU Software\Policies\Microsoft\Edge

Value name: GoToIntranetSiteForSingleWordEntryInAddressBar

Enabled: GoToIntranetSiteForSingleWordEntryInAddressBar = 1

Disabled: GoToIntranetSiteForSingleWordEntryInAddressBar = 0

Export Builder

BETA

Configure the state, scope and options, then generate .reg, PowerShell, Intune and SCCM outputs — or add the setting to a multi-setting collection.

These exports write the registry — this is not a managed GPO.

Scope

.reg file

Windows Registry Editor Version 5.00

; Exported from gporais.com
; Policy: Force direct intranet site navigation instead of searching on single word entries in the Address Bar
; State: Enabled
; Scope: Computer (HKLM)
; Supported on: Microsoft Edge version 78, Windows 7 or later

[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Edge]
"GoToIntranetSiteForSingleWordEntryInAddressBar"=dword:00000001
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Force direct intranet site navigation instead of searching on single word entries in the Address Bar
# State: Enabled
# Scope: Computer (HKLM)
# Supported on: Microsoft Edge version 78, Windows 7 or later

$path = 'HKLM:\Software\Policies\Microsoft\Edge'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'GoToIntranetSiteForSingleWordEntryInAddressBar' -Value 1 -Type DWord

Building a multi-setting collection? Add this setting and generate combined .reg / PowerShell / GPO scripts.

Open the Builder

Embed this policy on your site

What to embed
Theme

Adds one script line: the theme follows your site’s appearance and the height fits the content. If your site blocks scripts, the embed follows the visitor’s system theme.

Preview