Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goldalworming/502818bf6b189ab369eb6aa49f54dcff to your computer and use it in GitHub Desktop.
Save goldalworming/502818bf6b189ab369eb6aa49f54dcff to your computer and use it in GitHub Desktop.
install chrome from powershell
(new-object System.Net.WebClient).DownloadFile('http://dl.google.com/chrome/install/375.126/chrome_installer.exe', 'c:/temp/chrome.exe');. c:/temp/chrome.exe /silent /install;rm c:/temp -rec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment