0293.html 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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="How To,Tutorial,i12bretro,Brave Browser,GPO,Windows,Microsoft">
  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. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  12. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  13. <script type="text/javascript" src="includes/js/steps.js"></script>
  14. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  15. </head>
  16. <body>
  17. <div id="gridContainer">
  18. <div class="topMargin"></div>
  19. <div id="listName" class="topMargin">
  20. <h1>Control Brave Browser Settings via GPO</h1>
  21. </div>
  22. <div></div>
  23. <div id="content">
  24. <h2>Importing and Setting Brave Browser GPO</h2>
  25. <ol>
  26. <li>Download the Brave Browser group policy administration templates <a href="https://github.com/Prowler2/Brave-Browser-GPO-Policy" target="_blank">Download</a></li>
  27. <li>Extract the downloaded .zip file</li>
  28. <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>
  29. <li>Right click on the Start button &gt; Run &gt; type gpmc.msc &gt; Press Enter</li>
  30. <li>Expand Forest: %domainname% &gt; Domains &gt; %domainname%</li>
  31. <li>Right click on the domain name &gt; Create a GPO in this domain, and link it here...</li>
  32. <li>Name the new GPO Brave Browser</li>
  33. <li>Right click the Brave Browser GPO &gt; Edit...</li>
  34. <li>In the Group Policy Management Editor expand Computer Configuration &gt; Policies &gt; Administrative Templates &gt; Brave Browser</li>
  35. <li>Browse the available policy options and set them as needed
  36. <p>Example: Brave Browser &gt; Enable reporting of usage and crash-related data: Disabled</p>
  37. </li>
  38. <li>Close the&nbsp;Group Policy Management Editor</li>
  39. <li>Right click the Brave Browser GPO &gt; Enforced</li>
  40. </ol>
  41. <h2>Testing the Policy</h2>
  42. <ol>
  43. <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>
  44. <li>Type gpupdate /force</li>
  45. <li>After the group policy update completes, launch the Brave Browser</li>
  46. <li>In the address bar, type brave://policy</li>
  47. <li>The policy set from GPO should be listed</li>
  48. <li>If the setting is displayed in the Brave Browser GUI, navigate to it and verify the value is set correctly</li>
  49. </ol>
  50. <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>
  51. </div>
  52. </div>
  53. </body>
  54. </html>