en-US windows computer user

Disable changing secondary home page settings

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

Windows 11 25H2

Supported on: At least Internet Explorer 8.0

Path in the GPO console

Computer Configuration\Administrative Templates\Windows Components\Internet Explorer

Description

Secondary home pages are the default Web pages that Internet Explorer loads in separate tabs from the home page whenever the browser is run. This policy setting allows you to set default secondary home pages. If you enable this policy setting, you can specify which default home pages should load as secondary home pages. The user cannot set custom default secondary home pages. If you disable or do not configure this policy setting, the user can add secondary home pages. Note: If the “Disable Changing Home Page Settings” policy is enabled, the user cannot add secondary home pages.

Registry

HKLM Software\Policies\Microsoft\Internet Explorer\Main\SecondaryStartPages
HKCU Software\Policies\Microsoft\Internet Explorer\Main\SecondaryStartPages

More options available

Options

Secondary home pages
List (registry values) list

MDM / Intune (CSP)

Device ./Device/Vendor/MSFT/Policy/Config/InternetExplorer/DisableSecondaryHomePageChange
User ./User/Vendor/MSFT/Policy/Config/InternetExplorer/DisableSecondaryHomePageChange
DeviceUser Since Windows 10, version 1703 [10.0.15063] and later Official mapping (Microsoft Learn)

Microsoft Learn documentation Mapping data: Microsoft Learn (CC BY 4.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: Disable changing secondary home page settings
; State: Enabled
; Scope: Computer (HKLM)
; Supported on: At least Internet Explorer 8.0

[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Internet Explorer\Main\SecondaryStartPages]
; List values: enter one value per line in the builder UI.
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Disable changing secondary home page settings
# State: Enabled
# Scope: Computer (HKLM)
# Supported on: At least Internet Explorer 8.0

$path = 'HKLM:\Software\Policies\Microsoft\Internet Explorer\Main\SecondaryStartPages'
New-Item -Path $path -Force | Out-Null
# List values: enter one value per line in the builder UI.

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