Skip to content

Instantly share code, notes, and snippets.

@vaaas
Created April 24, 2017 18:03
Show Gist options
  • Save vaaas/89521cc71d30f5acd40751f2b0e3f027 to your computer and use it in GitHub Desktop.
Save vaaas/89521cc71d30f5acd40751f2b0e3f027 to your computer and use it in GitHub Desktop.
windows setup automation
@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
choco install chocolateygui 7zip firefox vlc classic-shell flashplayerplugin bleachbit transmission-qt libreoffice steam paint.net --yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment