By default, Microsoft Edge is configured to automatically create a desktop shortcut when it is installed or updated. Additionally, users can utilize the “Create shortcut” feature within the browser to drop links to progressive web apps (PWAs) or specific websites directly onto their Windows desktop. While convenient for personal use, IT administrators deploying Edge in a managed enterprise environment or a locked-down kiosk scenario often prefer to strictly control the layout of the desktop. Arbitrary shortcuts clutter the workspace, complicate endpoint management, and can confuse users if they inadvertently create multiple shortcuts to the same internal application.
This guide explains how to completely disable Edge’s ability to automatically create a default desktop shortcut upon installation/update, ensuring your managed desktop layout remains perfectly static and controlled.
Disable Desktop Shortcut Creation via Group Policy
To enforce a strict block that prevents the browser installer and updater from modifying the desktop, we must deploy an administrative template. Note that this requires Windows 11 Pro, Enterprise, or Education editions, and utilizes the Edge Update ADMX templates.
- Log into Windows 11 with an Administrator account.
- Press the Windows Key + R to open the Run dialogue box.
- Type
gpedit.mscand press Enter to launch the Local Group Policy Editor. - In the left-hand navigation pane, strictly follow this exact path (ensure you have the Microsoft Edge Update administrative templates installed):
Computer Configuration > Administrative Templates > Microsoft Edge Update > Applications > Microsoft Edge - In the right-hand pane, locate the policy named Create Desktop Shortcut Default (or
CreateDesktopShortcutDefaultdepending on your ADMX version). - Double-click the policy to open its configuration window.
- Select the radio button next to Enabled. (Note: You must enable the policy to configure its specific behavior).
- In the “Options” pane in the lower-left, click the dropdown menu and select Do not create a desktop shortcut.
- Click Apply, then click OK.
Verify the Configuration Lockdown
To enforce the change immediately across the system without requiring a full reboot, open an elevated Command Prompt and execute gpupdate /force.
To verify the restriction is active, the next time Microsoft Edge pushes a background update via the Microsoft Edge Update Service (edgeupdate.exe), it will respect the Group Policy registry key. The installer will completely bypass the routine that drops the Microsoft Edge.lnk file onto the Public Desktop. If you deploy Edge to a new machine using this policy, the desktop will remain pristine and uncluttered post-installation.