To set the Google Chrome startup page via Group Policy (GPO), install the Chrome ADMX templates, then navigate to Computer/User Configuration > Policies > Administrative Templates > Google Chrome. Enable “Action on startup” to “Open a list of URLs” and define those URLs in the “URLs to open on startup”
Step-by-Step GPO Configuration
- Download Templates: Download the Google Chrome Bundle and install the
google.admxandgoogle.admlfiles into yourC:\Windows\PolicyDefinitionsfolder. - Create GPO: Open
gpmc.msc, create a new GPO, and edit it. - Configure Startup Behavior:
- Go to: Policies > Administrative Templates > Google Chrome.
- Open Action on startup.
- Select Enabled and choose “Open a list of URLs” (or “Restore last session”).
- Define Startup URLs:
- Open URLs to open on startup.
- Select Enabled and click Show.
- Add your desired URLs (e.g.,
https://www.google.com).
- Optional – Set Homepage/Home Button:
- Enable “Show Home button on toolbar”.
- Enable “Configure the home page URL” to set the page opened by the button.
- Apply Policy: Run
gpupdate /forceon target machines