Skip to content

Instantly share code, notes, and snippets.

@danalexilewis
Last active August 29, 2015 14:20
Show Gist options
  • Save danalexilewis/9184f21523340784f84f to your computer and use it in GitHub Desktop.
Save danalexilewis/9184f21523340784f84f to your computer and use it in GitHub Desktop.
EDA BoxStarter
Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions
Enable-RemoteDesktop
Set-StartScreenOptions -EnableBootToDesktop
cinst git
cinst poshgit
cinst sublimetext2
cinst sublimetext2.powershellalias
cinst SQLite
cinst sqlite.shell
cinst visualstudiocommunity2013
choco install mssqlservermanagementstudio2014express
choco install mssql2014express-defaultinstance
choco install sqlserverlocaldb
cinst dotpeek
cinst linqpad
Install-WindowsUpdate -AcceptEula
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment