two top level Managed Favorites in Edge

John Pappas 1 Reputation point
2021-09-20T16:47:08.947+00:00

is it possible to have two top level folders of managed book marks?

id like to have two separate folders on the bookmark bar of edge instead of having nesting folders. is this possible through GPO?

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

1 answer

Sort by: Most helpful
  1. Yu Zhou-MSFT 12,056 Reputation points Microsoft Vendor
    2021-09-21T07:23:22.523+00:00

    Hi @John Pappas

    You can configure favorites through GPO, but you can only have one top-level managed favorites folder.

    You can configure favorites using this GPO ManagedFavorites. You need to Enable this policy and put the json data in the Options value. In the json data, we can only have one toplevel_name which is the top-level folder. The closest solution is to have two sub folders under the top-level managed favorites folder. To do this, you can set the json data like below:

    [{"children": [{"name": "Microsoft Edge Insiders", "url": "www.microsoftedgeinsider.com"}, {"name": "Microsoft Edge", "url": "www.microsoft.com/windows/microsoft-edge"}], "name": "Microsoft Edge links"},{"children": [{"name": "Microsoft", "url": "www.microsoft.com"}, {"name": "Bing", "url": "www.bing.com"}], "name": "Microsoft"}]  
    

    The result is like this:

    133798-image.png


    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

    1 person found this answer helpful.