Last active
January 26, 2016 17:42
-
-
Save nitrocode/10f5bb29d96bcac1ca39 to your computer and use it in GitHub Desktop.
Chocolatey ultimate package installer
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
:: 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