Forum Discussion
Old Edge icon still in taskbar (MDT)
ChrisK9. Sorry it took some time to come back. You're right. I got 2 doubts,
1. I have found many instances of below in defaultlayout.xml
<taskbar:UWA AppUserModelID="Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge" />
Do i need to replace all the above instances with below.
<taskbar:DesktopApp DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Microsoft Edge.lnk" />
2. I'm attaching my LayoutModification.xml to advise more and I don't know either edge or ie which one brings old edge icon here.
ranjithckm7 I do not touch DefaultLayouts.xml under %LOCALAPPDATA%\Microsoft\Windows\Shell, if you're talking about that, just the LayoutModification.xml and the xml I formerly created for my os-image.
To your Screenshot, as mentioned before, you just need to replace the old edge-entry, IE-entry doesn't have to do anything with the edge-icon.
- ranjithckm7Jun 15, 2020Brass ContributorI think I've got removed the older edge icon. Thanks for that. I haven't tried the way to remove the same from new os image.
- v-vii5Jun 16, 2020Copper Contributor
ranjithckm7 Hello, could you please share script?
- ranjithckm7Jun 19, 2020Brass Contributor
v-vii5 I just followed as ChrisK9 said.
i.e.
<taskbar:DesktopApp DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Microsoft Edge.lnk" />