I want to Importing IE favorites to Edge Chromium using script

Shreyas Kale 61 Reputation points
2021-05-25T12:09:21.523+00:00

Hello All,

I want to Importing IE favorites to Edge Chromium using any script. I am aware of the manual process through Edge but we want to do this process automated / single click process because recently in our organization we set Edge chromium as default browser for all user but we are unable to migrate their favorites.

Please let us know if you have such script already available.

Thank you..!!!

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,212 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Yu Zhou-MSFT 12,781 Reputation points Microsoft Vendor
    2021-05-26T05:48:41.007+00:00

    Hi @Shreyas Kale

    The easiest way to import IE favorites to Edge is to set this policy AutoImportAtFirstRun before Edge's first run. You can enable this policy and choose Automatically imports all supported datatypes and settings from Internet Explorer in the options.

    If you're not running the Edge browser for the first time, things will be complicate because IE and Edge use different ways to manage data. IE stores the favorites as shortcut links in the computer but Edge stores them as json data in a file.

    In this situation, you can refer to this article to export IE favorites using PowerShell script first, then refer to this article to edit the registry key using PowerShell script to import IE favorites data to Edge. The registry key you need to modify is ManagedFavorites under path SOFTWARE\Policies\Microsoft\Edge.


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Regards,
    Yu Zhou

    0 comments No comments

  2. Bart Hoofd 1 Reputation point
    2021-12-21T11:01:20.327+00:00
    0 comments No comments