Skip to content

Instantly share code, notes, and snippets.

@nitrocode
Last active January 26, 2016 17:42
Show Gist options
  • Save nitrocode/10f5bb29d96bcac1ca39 to your computer and use it in GitHub Desktop.
Save nitrocode/10f5bb29d96bcac1ca39 to your computer and use it in GitHub Desktop.
Chocolatey ultimate package installer
:: install choco
@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin
:: use choco to install packages in the following categories:
:: - cleaning, commandline, programming, browsers, networking, and dependencies
choco install bleachbit ccleaner conemu cygwin ultradefrag notepadplusplus atom visualcplusplusexpress2008 python2 eclipse firefox google-chrome-x64 tightvnc putty wireshark nmap filezilla rdcman dotnet3.5 javaruntime -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment