Created
April 7, 2018 14:31
-
-
Save rhwy/b4484c39f2749f01e7ea4c3dea14c4b1 to your computer and use it in GitHub Desktop.
Install workstation with chocolatey
This file contains 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 characters
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin" > "c:\install-log.txt" | |
cinst googlechrome -y | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment