Description
Google Chrome is a cross-platform web browser developed by Google. It was first released in 2008 for Microsoft Windows, and was later ported to Linux, macOS, iOS, and Android. The browser is also the main component of Chrome OS, where it serves as the platform for web apps. more…
Download
New Chrome browser is available here:
https://enterprise.google.com/intl/en_version/chrome/chrome-browser/ mirror
Size
58.1 MB
Silent Install
setup.msi /quiet /norestart
or
chocolatey: choco install googlechrome -y
Install Location (10 Folders, 99 Files, 448 MB on disk)
C:\Program Files (x86)\Google\Chrome\Application\79.0.3945.79
view contents: installed files more info
Silent Uninstall
msiexec /x{E6D120AA-150F-3059-8C1C-DAFAA59BD326} /qn /norestart
or
"C:\Program Files (x86)\Google\Chrome\Application\79.0.3945.79\Installer\setup.exe" --uninstall --multi-install --chrome --system-level --force-uninstall
or
chocolatey: choco uninstall googlechrome -y
Registry
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{E6D120AA-150F-3059-8C1C-DAFAA59BD326}
App GUID
{E6D120AA-150F-3059-8C1C-DAFAA59BD326}
MSI Property Table
MSI CustomAction Table
MSI InstallExecuteSequence Table
Notes
Mac – Disable Chrome Auto Updates
Method 1
On Mac, you can go to “Users > Your Mac Drive > Library > Google > GoogleSoftwareUpdate” and rename this folder.
Method 2
Open Finder and go to “Applications” folder.
Right click or control + click on the Google Chrome folder and go to “Show Packaged Content”.
Click “Contents” folder and open “Info.plist” file. Remember you need to have editors like Xcode to open plist file. Also you should have write permission for both “Contents” folder and “Info.plist” file to edit.
Look for “KSUpdateURL” key. In our case this is pointing to “https://tools.google.com/service/update2”.
Simply rename the file to something else and save your changes.
Method 3
#!/bin/sh Version=$(/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --version | awk '{print $3}') sudo rm -rf /Applications/Google\ Chrome.app/Contents/Frameworks/Google\ Chrome\ Framework.framework/Versions/"$Version"/Frameworks/KeystoneRegistration.framework
tags: Chrome development, Chrome scripting, Chrome automation, MrNetTek