Skip to content

Instantly share code, notes, and snippets.

@radleta
Last active December 2, 2019 21:31
Show Gist options
  • Save radleta/92d51331c4656315d979886592ad8652 to your computer and use it in GitHub Desktop.
Save radleta/92d51331c4656315d979886592ad8652 to your computer and use it in GitHub Desktop.
Download Latest Version of Chrome via Powershell
Invoke-WebRequest 'https://dl.google.com/chrome/install/latest/chrome_installer.exe' -Outfile chrome_installer.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment