en-US windows computer user

Prevent configuration of new tab creation

Verified with Windows 11 25H2 — updated on July 23, 2026

Windows 11 25H2

Supported on: At least Internet Explorer 7.0

Path in the GPO console

Computer Configuration\Administrative Templates\Windows Components\Internet Explorer

Description

This policy setting allows you to configure how new tabs are created by default in Internet Explorer. If you enable this policy setting, the user cannot configure how new tabs are created by default. You must specify whether tabs should open in the foreground or in the background. The user cannot open the tabs in the background by pressing Ctrl+Shift+Select or open the tabs in the foreground by pressing Ctrl+Shift+Select. If you disable or do not configure this policy setting, the user can configure how new tabs are created by default.

Registry

HKLM Software\Policies\Microsoft\Internet Explorer\TabbedBrowsing
HKCU Software\Policies\Microsoft\Internet Explorer\TabbedBrowsing

More options available

Options

Select tab opening position
OpenInForeground enum
  • Foreground -> 1
  • Background -> 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: Prevent configuration of new tab creation
; State: Enabled
; Scope: Computer (HKLM)
; Supported on: At least Internet Explorer 7.0

[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Internet Explorer\TabbedBrowsing]
"OpenInForeground"=dword:00000001
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Prevent configuration of new tab creation
# State: Enabled
# Scope: Computer (HKLM)
# Supported on: At least Internet Explorer 7.0

$path = 'HKLM:\Software\Policies\Microsoft\Internet Explorer\TabbedBrowsing'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'OpenInForeground' -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