Skip to content

Instantly share code, notes, and snippets.

@aaronthorp
Last active August 24, 2018 04:51
Show Gist options
  • Save aaronthorp/f69e0e32f56805e4b8ee to your computer and use it in GitHub Desktop.
Save aaronthorp/f69e0e32f56805e4b8ee to your computer and use it in GitHub Desktop.
Install Chrome from PowerShell
(new-object System.Net.WebClient).DownloadFile('https://dl.google.com/chrome/install/latest/chrome_installer.exe', 'chrome.exe');.\chrome.exe /silent /install;rm chrome.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment