Prevent Edge desktop shortcut on new profiles

4

2

I'm working on a new template image using Windows 10 1803 for my company. I noticed the Edge browser is putting a desktop shortcut on new profiles.

The shortcut is not present in the default profile (c:\users\Default\Desktop) or the All Users profile (C:\Users\Public\Desktop).

I allow a shortcut for edge to be pinned to the start menu and taskbar. I don't need or want any icons (at all! ...curse you, Recycle Bin) on our default desktop. Where is this shortcut coming from, and how can I stop it?

Joel Coehoorn

Posted 2018-05-18T15:23:49.580

Reputation: 26 787

A pretty common problem lately. Have a look at this.

– CaldeiraG – 2018-05-18T15:32:26.357

Answers

6

It appears the behavior is intentional. You can disable it by modifying the registry as explained below.

During my early testing of the Windows 10 1803 upgrade, I have noticed that Microsoft is now creating an Edge shortcut on the desktop.

This shortcut is not in the default profile but you can disable the functionality by running the following command:

reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer /v "DisableEdgeDesktopShortcutCreation" /t REG_DWORD /d "1" /f

Jose Espitia

Ramhound

Posted 2018-05-18T15:23:49.580

Reputation: 28 517

@JoelCoehoorn - Do you have any information, you can provide us, written by Microsoft that confirms that fact? I believe words are important, and I am focused on a word I hate "might", I try to avoid information that "might" be true in my answers. – Ramhound – 2018-09-12T19:29:08.950

-1

I just dropped the shortcut into a new folder, and dropped the whole folder into recycle bin. That removed it for good without adjusting a REG.

user1093469

Posted 2018-05-18T15:23:49.580

Reputation: 1

2Welcome to SuperUser. This Question is geared towards preventing the shortcut from being created at all, for instance on a fleet of 500 company Windows PCs, so that users, especially executives, don't have to see the icon ever. The shortcut could also be deleted via script, but it would be visible for a short time, prompting questions from nervous executives. – Christopher Hostage – 2019-09-23T21:04:47.673