en-US edge computer

Create Desktop Shortcut upon install

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

Microsoft Edge 152.0.4191.53

Supported on: Microsoft Edge Update 1.3.128.0 and later

Path in the GPO console

Computer Configuration\Administrative Templates\Microsoft Edge Update\Applications\Microsoft Edge Beta

Description

If you enable (1) this policy a desktop shortcut is created when Microsoft Edge is installed. If you disable (0) this policy, no desktop shortcut will be created when Microsoft Edge is installed. If you don’t configure this policy a desktop shortcut to Microsoft Edge will be created during installation. If Microsoft Edge is already installed, this policy will have no effect. If you don't configure this policy for a channel, the 'Create Desktop Shortcut upon install default' policy configuration determines shortcut creation when Microsoft Edge is installed.

Registry

HKLM Software\Policies\Microsoft\EdgeUpdate

Value name: CreateDesktopShortcut{2CD8A007-E189-409D-A2C8-9AF4EF3C72AA}

Enabled: CreateDesktopShortcut{2CD8A007-E189-409D-A2C8-9AF4EF3C72AA} = 1

Disabled: CreateDesktopShortcut{2CD8A007-E189-409D-A2C8-9AF4EF3C72AA} = 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.

.reg file

Windows Registry Editor Version 5.00

; Exported from gporais.com
; Policy: Create Desktop Shortcut upon install
; State: Enabled
; Supported on: Microsoft Edge Update 1.3.128.0 and later

[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\EdgeUpdate]
"CreateDesktopShortcut{2CD8A007-E189-409D-A2C8-9AF4EF3C72AA}"=dword:00000001
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Create Desktop Shortcut upon install
# State: Enabled
# Supported on: Microsoft Edge Update 1.3.128.0 and later

$path = 'HKLM:\Software\Policies\Microsoft\EdgeUpdate'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'CreateDesktopShortcut{2CD8A007-E189-409D-A2C8-9AF4EF3C72AA}' -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