neowin[.]net/guides/prevent-microsoft-edge-from-making-desktop-shortcuts-with-every-update/
It's not a huge deal, but it can get annoying, deleting the shortcuts every time Edge updates, especially IMHO when Edge by default already has an icon on the Taskbar. There's an entry that you can add to the registry to prevent it from happening, & Neowin walks you through the process. Or you can copy/paste the following into a new text file in Notepad, name it [Something].reg, then double click the file to add it to the registry.
-----------------
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\EdgeUpdate]
"CreateDesktopShortcutDefault"=dword:00000000
-----------------