Here is a quick script for setting up a new computer using Chocolatey
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin" cinst -y 7zip cinst -y notepadplusplus cinst -y notepadreplacer cinst -y javaruntime cinst -y spacesniffer cinst -y sysinternals cinst -y firefox cinst -y googlechrome cinst -y vcredist2010 cinst -y vcredist2012 cinst -y vcredist2015 cinst -y silverlight cinst -y mremoteng