0293.html 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Control Brave Browser Settings via GPO</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="Brave Browser,GPO,Windows,Microsoft,How To,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Control Brave Browser Settings via GPO">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <meta name="revised" content="06/05/2022 06:55:55 AM" />
  12. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  13. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  14. <script type="text/javascript" src="includes/js/steps.js"></script>
  15. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  16. </head>
  17. <body>
  18. <div id="gridContainer">
  19. <div class="topMargin"></div>
  20. <div id="listName" class="topMargin">
  21. <h1>Control Brave Browser Settings via GPO</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <h2>Importing and Setting Brave Browser GPO</h2>
  26. <ol>
  27. <li>Download the Brave Browser group policy administration templates <a href="https://github.com/Prowler2/Brave-Browser-GPO-Policy" target="_blank">Download</a></li>
  28. <li>Extract the downloaded .zip file</li>
  29. <li>On a domain controller, copy the contents of /Policy Templates/v80.0.3987.116/ to&nbsp;C:\Windows\Sysvol\sysvol\%domainname%\Policies\PolicyDefinitions\</li>
  30. <li>Right click on the Start button &gt; Run &gt; type gpmc.msc &gt; Press Enter</li>
  31. <li>Expand Forest: %domainname% &gt; Domains &gt; %domainname%</li>
  32. <li>Right click on the domain name &gt; Create a GPO in this domain, and link it here...</li>
  33. <li>Name the new GPO Brave Browser</li>
  34. <li>Right click the Brave Browser GPO &gt; Edit...</li>
  35. <li>In the Group Policy Management Editor expand Computer Configuration &gt; Policies &gt; Administrative Templates &gt; Brave Browser</li>
  36. <li>Browse the available policy options and set them as needed
  37. <p>Example: Brave Browser &gt; Enable reporting of usage and crash-related data: Disabled</p>
  38. </li>
  39. <li>Close the&nbsp;Group Policy Management Editor</li>
  40. <li>Right click the Brave Browser GPO &gt; Enforced</li>
  41. </ol>
  42. <h2>Testing the Policy</h2>
  43. <ol>
  44. <li>On a domain machine with the Brave Browser installed, right click on the Start button &gt; Run &gt; type cmd &gt; Press Enter</li>
  45. <li>Type gpupdate /force</li>
  46. <li>After the group policy update completes, launch the Brave Browser</li>
  47. <li>In the address bar, type brave://policy</li>
  48. <li>The policy set from GPO should be listed</li>
  49. <li>If the setting is displayed in the Brave Browser GUI, navigate to it and verify the value is set correctly</li>
  50. </ol>
  51. <p>Extra special thanks to Prowler2 on GitHub for putting these GPO configurations together&nbsp;<a href="https://github.com/Prowler2/Brave-Browser-GPO-Policy" target="_blank">https://github.com/Prowler2/Brave-Browser-GPO-Policy</a></p>
  52. </div>
  53. </div>
  54. </body>
  55. </html>