Category filter

Script to install Google Chrome browser on Windows devices

Google Chrome, over the years, has become one of the most popular browsers for its uninterrupted service and user-friendly interface. Using the script given below, organizations can silently download and install the latest version of Chrome browser to their Windows devices without any user intervention. Hexnode lets admins automate this process with the help of Execute Custom Script action.

Disclaimer:

The sample scripts provided below are adapted from third-party open-source sites.

Batch script

The Batch script to silently download and install the latest version of the chrome browser is given below:

PowerShell script

The chrome browser gets silently downloaded and installed with the Chrome icon appearing on the Desktop.

Notes:

  • Make sure your Windows 10/11 computer system is connected with the internet during script deployment.
  • It is recommended to manually validate the script execution on a system before executing the action in bulk.
  • Hexnode will not be responsible for any damage/loss to the system on the behavior of the script.
  • Sample Script Repository