How to Silent Install and Uninstall Google Chrome. Installing software efficiently is crucial. Take Google Chrome, for instance—it’s a browser many of us rely on daily. But what if you could install it seamlessly, without lifting a finger? That’s where silent installation comes in. In this guide, we’ll walk you through the process step by step, making it easy to deploy Chrome across multiple devices with minimal effort. Whether you’re an IT pro managing a network or just someone looking for a hassle-free setup, we’ve got you covered!
Quick Overview
Silent installation and uninstallation of Google Chrome involve executing commands without user interaction, making it ideal for deployment scenarios where manual intervention is impractical or time-consuming. First of all, here is a quick overview of the application with the install and uninstall command.
Software | Google Chrome |
Vendor | Google LLC |
Architecture | x86_x64 |
Installer Type | EXE |
Silent Install Switch | ChromeSetup.exe /silent /install |
Silent Uninstall Switch | "%ProgramFiles%\Google\Chrome\Application\w.x.y.z\Installer\setup.exe" --uninstall --system-level --multi-install --force-uninstall |
Download Link | https://www.google.com/intl/en_us/chrome/ |
How to silent install Google Chrome
In this section we will show you, how you can silent install the application with the Command Prompt. With this information you should be able, to deploy the application with your MDM solution.
- Navigate to: https://www.google.com/intl/en_us/chrome/
- Download the ChromeSetup.exe to a new folder created in C:\SilentGoogleChrome
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\SilentGoogleChrome folder
- Enter the following command: ChromeSetup.exe /silent /install
- Press Enter
How to silent uninstall Google Chrome
In this section we will show you, how you can silent uninstall the application with the Command Prompt. With this information you should be able, to deploy the application with your MDM solution.
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Enter one of the following commands:
Installed on Program Files | "%ProgramFiles%\Google\Chrome\Application\w.x.y.z\Installer\setup.exe" --uninstall --system-level --multi-install --force-uninstall |
Installed on User Profile | "%LocalAppData%\Google\Chrome\Application\w.x.y.z\Installer\setup.exe" --uninstall --system-level --multi-install --force-uninstall |
How to deploy Google Chrome with Microsoft Intune
If you want to know, how to deploy Google Chrome with Microsoft Intune. Check out the following Blog post.