A centralized collection of PowerShell scripts for managing Google Chrome in enterprise and managed environments.
This repository contains scripts for:
- Chrome configuration and policy enforcement
- Silent installation and updates
- Extension management
- Security hardening
- Enterprise and MDM-friendly automation
The Google-Chrome-Scripts repository is designed to provide reusable, production-ready scripts for managing Google Chrome across Windows devices.
All scripts are written with:
- Enterprise best practices
- Silent execution in mind
- Compatibility with RMM, Intune, and Group Policy deployments
Typical scripts in this repository may include:
-
Extension Management
- Force install extensions
- Remove enforced extensions
- Manage Chrome Web Store IDs
-
Chrome Installation
- Silent install (Enterprise MSI)
- Update enforcement
- Repair or reinstall logic
-
Policy & Configuration
- Registry-based Chrome policies
- Security baselines
- Startup behavior configuration
-
Security & Compliance
- Disable insecure features
- Enforce password manager usage
- Block unauthorized extensions
- Windows 10 / Windows 11
- Google Chrome (consumer or enterprise)
- PowerShell 5.1 or later
- Administrator privileges (most scripts)
Each script is designed to be standalone and includes:
- Header metadata
- Configurable parameters
- Clear install / uninstall or enable / disable logic