Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ns408/642377c65390c5d6f2704a4d6030b920 to your computer and use it in GitHub Desktop.
Save ns408/642377c65390c5d6f2704a4d6030b920 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