This is a boxstarter script to setup a basic dev box.
START http://boxstarter.org/package/nr/url?https://gist.githubusercontent.com/feanz/4e9ef7bc6ef6dc551065/raw/ac4212e922e3f251e3e5b110b3d5429d3fe837da/BasicDevBox.txt
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -EnableShowFullPathInTitleBar
Enable-RemoteDesktop
cinst VisualStudio2013Ultimate -InstallArguments "/Features:'WebTools SQL'"
cinst MsSqlServer2014Express
cinst MsSqlServerManagementStudio2014Express
cinst fiddler4
cinst resharper
cinst GoogleChrome
cinst gitextensions
cinst githubforwindows
cinst sublimetext3
cinst dotpeek
cinst webpi
cinst cmder.portable
cinst linqpad4
cinst procexp
cinst NugetPackageExplorer
cinst TcpView
cinst rdmfree
cinst skype
cinst logexpert
cinst openvpn-community
cinst googledrive
cinst PsGet
cinst WindowsLiveWriter
cinst markdownpad2
Install-Module posh-git
Install-Module PSReadLine
Set-StartScreenOptions -EnableBootToDesktop -EnableDesktopBackgroundOnStart
Set-TaskbarOptions -Size Small