en-US windows computer user

Provision Favorites

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

Windows 11 25H2

Supported on: Microsoft Edge on Windows 10, Version 1709 or later

Path in the GPO console

Computer Configuration\Administrative Templates\Windows Components\Microsoft Edge

Description

This policy setting allows you to configure a default set of favorites, which will appear for employees. Employees cannot modify, sort, move, export or delete these provisioned favorites. If you enable this setting, you can set favorite URL's and favorite folders to appear on top of users' favorites list (either in the Hub or Favorites Bar). The user favorites will appear after these provisioned favorites. Important Don't enable both this setting and the Keep favorites in sync between Internet Explorer and Microsoft Edge setting. Enabling both settings stops employees from syncing their favorites between Internet Explorer and Microsoft Edge. If you disable or don't configure this setting, employees will see the favorites they set in the Hub and Favorites Bar.

Registry

HKLM Software\Policies\Microsoft\MicrosoftEdge\Favorites
HKCU Software\Policies\Microsoft\MicrosoftEdge\Favorites

More options available

Options

Specify the URL which points to the file that has all the data for provisioning favorites (in html format). You can export a set of favorites from Microsoft Edge and use that html file for provisioning user machines. URL can be specified as 1. HTTP location: http://localhost:8080/URLs.html 2. Local network: \\network\shares\URLs.html 3. Local file: file:///c:\\Users\\<user>\\Documents\\URLs.html or C:\\Users\\<user>\\Documents\\URLs.html
ConfiguredFavorites text

MDM / Intune (CSP)

Device ./Device/Vendor/MSFT/Policy/Config/Browser/ProvisionFavorites
User ./User/Vendor/MSFT/Policy/Config/Browser/ProvisionFavorites
DeviceUser Since Windows 10, version 1709 [10.0.16299] 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: Provision Favorites
; State: Enabled
; Scope: Computer (HKLM)
; Supported on: Microsoft Edge on Windows 10, Version 1709 or later

[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\MicrosoftEdge\Favorites]
"ConfiguredFavorites"=""
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Provision Favorites
# State: Enabled
# Scope: Computer (HKLM)
# Supported on: Microsoft Edge on Windows 10, Version 1709 or later

$path = 'HKLM:\Software\Policies\Microsoft\MicrosoftEdge\Favorites'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'ConfiguredFavorites' -Value '' -Type String

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