Skip to content

Instantly share code, notes, and snippets.

@bse666
Created April 12, 2016 20:55
Show Gist options
  • Save bse666/0e62a76d2cf4b43a05a31e61704f4355 to your computer and use it in GitHub Desktop.
Save bse666/0e62a76d2cf4b43a05a31e61704f4355 to your computer and use it in GitHub Desktop.
chocolatey Installation in windows to rebuild machine much easier
@powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin
choco install 7zip -y
choco install notepadplusplus -y
choco install GoogleChrome -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment