2

Chrome is set as the default browser on my Windows 10 computer. However, I want to create a shortcut on the desktop to YouTube.com that opens in Microsoft Edge. How can I do this?

2

1 Answer 1

2

Create a new shortcut with the following Path:

C:\Windows\System32\cmd.exe /c start microsoft-edge:http://www.youtube.com

You can then change the icon by right clicking and going to the Shortcut tab. From there, click "Change Icon" and click browse. Then go to C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe and click MicrosoftEdge to get its Icon. Finally click OK on all open dialog boxes.

2
  • This worked great, thank you! If you happen to know of a way to hide the CMD window that briefly pops up, I'd love to know, but it's not a big deal.
    – Richard M.
    Commented Jul 6, 2016 at 2:23
  • Create a shortcut with the following target, leaving out the CMD.. and Start part: microsoft-edge:http://www.youtube.com And, if you want to add Edge to the right-click menu, this script might help. Open .URL Files Using Different Browsers from the Right-Click Menu
    – w32sh
    Commented Jul 10, 2016 at 14:50

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .