Skip to content

Instantly share code, notes, and snippets.

@pmolchanov
Created July 6, 2016 14:20
Show Gist options
  • Select an option

  • Save pmolchanov/c23d7eea0312e6871c9f43a7f85d2dcc to your computer and use it in GitHub Desktop.

Select an option

Save pmolchanov/c23d7eea0312e6871c9f43a7f85d2dcc to your computer and use it in GitHub Desktop.

Revisions

  1. pmolchanov created this gist Jul 6, 2016.
    4 changes: 4 additions & 0 deletions ChromeSilentInstall.ps1
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    &{
    (New-Object System.Net.WebClient).DownloadFile("http://dl.google.com/chrome/install/chrome_installer.exe", "$env:TEMP\chrome_installer.exe")
    & "$env:TEMP\chrome_installer.exe" /silent /install
    }