123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- <!DOCTYPE html>
- <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>Control Brave Browser Settings via GPO</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta charset="UTF-8">
- <meta name="keywords" content="Brave Browser,GPO,Windows,Microsoft,How To,Tutorial,i12bretro">
- <meta name="author" content="i12bretro">
- <meta name="description" content="Control Brave Browser Settings via GPO">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="revised" content="06/05/2022 06:55:55 AM" />
- <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
- <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
- <script type="text/javascript" src="includes/js/steps.js"></script>
- <link href="css/steps.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <div id="gridContainer">
- <div class="topMargin"></div>
- <div id="listName" class="topMargin">
- <h1>Control Brave Browser Settings via GPO</h1>
- </div>
- <div></div>
- <div id="content">
- <h2>Importing and Setting Brave Browser GPO</h2>
- <ol>
- <li>Download the Brave Browser group policy administration templates <a href="https://github.com/Prowler2/Brave-Browser-GPO-Policy" target="_blank">Download</a></li>
- <li>Extract the downloaded .zip file</li>
- <li>On a domain controller, copy the contents of /Policy Templates/v80.0.3987.116/ to C:\Windows\Sysvol\sysvol\%domainname%\Policies\PolicyDefinitions\</li>
- <li>Right click on the Start button > Run > type gpmc.msc > Press Enter</li>
- <li>Expand Forest: %domainname% > Domains > %domainname%</li>
- <li>Right click on the domain name > Create a GPO in this domain, and link it here...</li>
- <li>Name the new GPO Brave Browser</li>
- <li>Right click the Brave Browser GPO > Edit...</li>
- <li>In the Group Policy Management Editor expand Computer Configuration > Policies > Administrative Templates > Brave Browser</li>
- <li>Browse the available policy options and set them as needed
- <p>Example: Brave Browser > Enable reporting of usage and crash-related data: Disabled</p>
- </li>
- <li>Close the Group Policy Management Editor</li>
- <li>Right click the Brave Browser GPO > Enforced</li>
- </ol>
- <h2>Testing the Policy</h2>
- <ol>
- <li>On a domain machine with the Brave Browser installed, right click on the Start button > Run > type cmd > Press Enter</li>
- <li>Type gpupdate /force</li>
- <li>After the group policy update completes, launch the Brave Browser</li>
- <li>In the address bar, type brave://policy</li>
- <li>The policy set from GPO should be listed</li>
- <li>If the setting is displayed in the Brave Browser GUI, navigate to it and verify the value is set correctly</li>
- </ol>
- <p>Extra special thanks to Prowler2 on GitHub for putting these GPO configurations together <a href="https://github.com/Prowler2/Brave-Browser-GPO-Policy" target="_blank">https://github.com/Prowler2/Brave-Browser-GPO-Policy</a></p>
- </div>
- </div>
- </body>
- </html>
-
|