question

ShreyasKale-8444 avatar image
0 Votes"
ShreyasKale-8444 asked Bart-Hoofd answered

I want to Importing IE favorites to Edge Chromium using script

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..!!!

ms-edge
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

YuZhou-MSFT avatar image
0 Votes"
YuZhou-MSFT answered

Hi @ShreyasKale-8444

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

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Bart-Hoofd avatar image
0 Votes"
Bart-Hoofd answered
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.