Here is how to remove the Edge Icon from the desktop on Windows 1803:
Create a new “Run Command Line” step with the following command:
1 |
cmd /c reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ /v "DisableEdgeDesktopShortcutCreation" /t REG_DWORD /d "1" /f |
And voila – the Icon is gone!
thank you. This has been very helpful
not working in win 10×64 1809.
was still unable to delete icon.
what is strange is that i created a new folder dragged icon into it and then tried deleting the folder.
the surprise was it vanished. icon gone.
The reg is getting applied to HKLM, so mounting default USER hive does nothing.
You are correct. Not sure why I was thinking it needed to be un the Default User hive..