Developer tools install scripts for Windows powered by Chocolatey and Boxstarter
Uses Boxstarter to install everything.
Build on top of Chocolatey and NuGet and create complete Windows environments and push them to your machines with Gists from your friends or your own GitHub. Even deploy to remote machines or Hyper-V with 100% unattended installs.
#####Use ClickOnce from IE: BoxStarter-install or #####Use Windows command line:
start http://boxstarter.org/package/nr/url?https://raw.github.com/Kwull/install-dev-win/master/scripts/boxstarter.ps1
In addtional configure PowerShell
Set-ExecutionPolicy RemoteSigned
Software list is in Install script
Autoreplace notepad by notepad++ using VBS and REG file
Chocolatey
@powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%systemdrive%\chocolatey\bin
Developer tools
cinst scripts\packages.config
PowerShell
Set-ExecutionPolicy RemoteSigned
Scott Hanselman's 2014 Ultimate Developer and Power Users Tool List for Windows: DevTools