Skip to content

Instantly share code, notes, and snippets.

@rhwy
Created April 7, 2018 14:31
Show Gist options
  • Save rhwy/b4484c39f2749f01e7ea4c3dea14c4b1 to your computer and use it in GitHub Desktop.
Save rhwy/b4484c39f2749f01e7ea4c3dea14c4b1 to your computer and use it in GitHub Desktop.
Install workstation with chocolatey
@"%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