Created
July 6, 2016 14:20
-
-
Save pmolchanov/c23d7eea0312e6871c9f43a7f85d2dcc to your computer and use it in GitHub Desktop.
Revisions
-
pmolchanov created this gist
Jul 6, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 }