Skip to content

Instantly share code, notes, and snippets.

@ConnorChristie
Created December 23, 2015 20:14
Show Gist options
  • Save ConnorChristie/414c10da69f3b3510653 to your computer and use it in GitHub Desktop.
Save ConnorChristie/414c10da69f3b3510653 to your computer and use it in GitHub Desktop.
# Fork this file to make your customizations! For example most people don't have an Ultimate license.
# Don't complain if you run it as-is an then have to uninstall Araxis Merge, etc. later on.
# See https://gist.github.com/DavidPx/b21eea6e8eac637bab19 for the eCommerce dev machine script
# Add DS Package Store and Boxstarter packages
Set-BoxstarterConfig -NugetSources "http://choco.directs.com/nuget;http://chocolatey.org/api/v2;http://www.myget.org/F/boxstarter/api/v2"
# Windows Options
Disable-UAC
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -EnableShowFullPathInTitleBar
cinst Taskbar.NoGlom # Set your windows taskbar icons to never combine
# Active directory tools
dism /online /enable-feature /featurename:RemoteServerAdministrationTools /featurename:RemoteServerAdministrationTools-Roles /featurename:RemoteServerAdministrationTools-Roles-AD /featurename:RemoteServerAdministrationTools-Roles-AD-DS /featurename:RemoteServerAdministrationTools-Roles-AD-DS-SnapIns /featurename:RemoteServerAdministrationTools-Roles-AD-Powershell /featurename:RemoteServerAdministrationTools-Roles-AD-DS-AdministrativeCenter
powercfg -hibernate off
# Tools
cinst ilspy
cinst launchy
cinst 7zip
cinst googledrive
#cinst xplorer2pro
cinst sysinternals
cinst ditto
cinst consolez
cinst sublimetext3
cinst powershell # updates to v4
cinst paint.net
# most people will likely not use Araxis Merge but instead use Beyond Compare
cinst araxismerge -version 2011.4074 -source http://choco.directs.com/nuget
cinst filezilla
cinst virtualbox
cinst githubforwindows
cinst snagit
choco install octopusdeploy.tentacle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment