Skip to content

Instantly share code, notes, and snippets.

@Makeshift
Created December 25, 2015 19:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Makeshift/48f202691722955cf00b to your computer and use it in GitHub Desktop.
Save Makeshift/48f202691722955cf00b to your computer and use it in GitHub Desktop.
A batch script that installs chocolatey (package manager), then a bunch of apps without asking for confirmation. Make sure you run as admin!
echo Installing Chocolatey
@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin
echo Grabbing apps
choco install chocolateygui google-chrome-x64 nodejs.install firefox 7zip.install vlc skype filezilla dotnet4.5 putty.install python dropbox mysql-workbench libreoffice procexp sublimetext3 calibre teamviewer winscp silverlight windirstat malwarebytes thunderbird wireshark winrar cdburnerxp python2 googledrive resharper vcredist2008 audacity evernote steam f.lux googleearth android-sdk cpu-z everything teracopy mp3tag handbrake.install eclipse unitywebplayer crystaldiskinfo openvpn vmwareplayer unchecky intellijidea-community androidstudio -y
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment