How to add multiple sites in trusted sites using GPO

Dinesh Suresh Pawar 1 Reputation point
2021-08-09T15:08:33.263+00:00

Hello,
when we add site to trusted we need to add one by one, I have more than 100 Urls that needs to be added in trusted sites using GPO

how we can add multiple sites at one time?

Windows for business Windows Client for IT Pros User experience Other
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Leon Laude 86,026 Reputation points
    2021-08-09T17:17:35.603+00:00

    Hi @Dinesh Suresh Pawar ,

    I believe you will have to add them one-by-one I'm afraid, here's the ways of accomplishing this:

    ----------

    If the reply was helpful please don't forget to upvote and/or accept as answer, thank you!

    Best regards,
    Leon

    0 comments No comments

  2. Charles Thivierge 4,171 Reputation points
    2021-08-09T18:26:23.723+00:00

    If you use GPO using the GPO setting or the GPP settings, you will have to add it one by one.

    The GPO setting creates a registry.pol at this location. \MyDomain\SYSVOL\MyDomain\Policies{PolicyGUID}\User\Registry.pol. The problem is that the .pol file cannot be easily edited manually.

    The GPP setting create a file here \MyDomain\SYSVOL\MyDomain\Policies{PolicyGUID}\User\Preferences\Registry\Registry.xml. This file is also hard to edit manually.

    One thing you can do is to use a script to add all Urls and just add this script into the login script

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.