en-US edge computer user

Hide the First-run experience and splash screen

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

Microsoft Edge 152.0.4191.53

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

Path in the GPO console

Computer Configuration\Administrative Templates\Microsoft Edge

Description

If you enable this policy, the First-run experience and the splash screen won't be shown to users when they run Microsoft Edge for the first time. For the configuration options shown in the First Run Experience, the browser defaults to the following results: -On the New Tab Page, the feed type is set to MSN News and the layout to Inspirational. -The user is still automatically signed in to Microsoft Edge if the Windows account is of Azure AD or MSA type. -Sync won't be enabled by default and users will be prompted to choose whether they'd like to sync on browser startup. You can use the 'ForceSync' (Force synchronization of browser data and do not show the sync consent prompt) or the 'SyncDisabled' (Disable synchronization of data using Microsoft sync services) policy to configure sync and the sync consent prompt. If you disable or don't configure this policy, the First-run experience and the Splash screen will be shown. Note: The specific configuration options shown to the user in the First Run Experience, can also be managed by using other specific policies. You can use the HideFirstRunExperience policy in combination with these policies to configure a specific browser experience on your managed devices. Some of these other policies are: -'AutoImportAtFirstRun' (Automatically import another browser's data and settings at first run) -'NewTabPageLocation' (Configure the new tab page URL) -'NewTabPageSetFeedType' (Configure the Microsoft Edge new tab page experience) -'ForceSync' -'SyncDisabled' -'BrowserSignin' (Browser sign-in settings) -'NonRemovableProfileEnabled' (Configure whether a user always has a default profile automatically signed in with their work or school account)

Registry

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

Value name: HideFirstRunExperience

Enabled: HideFirstRunExperience = 1

Disabled: HideFirstRunExperience = 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: Hide the First-run experience and splash screen
; State: Enabled
; Scope: Computer (HKLM)
; Supported on: Microsoft Edge version 80, Windows 7 or later

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

PowerShell

# Exported from gporais.com
# Policy: Hide the First-run experience and splash screen
# State: Enabled
# Scope: Computer (HKLM)
# Supported on: Microsoft Edge version 80, Windows 7 or later

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