Skip to content

Instantly share code, notes, and snippets.

@arledesma
Created July 23, 2017 18:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arledesma/58e45d50613900e72c806f0093be64fb to your computer and use it in GitHub Desktop.
Save arledesma/58e45d50613900e72c806f0093be64fb to your computer and use it in GitHub Desktop.
$Boxstarter.RebootOk = $true
$Boxstarter.NoPassword = $false
$Boxstarter.AutoLogin = $true
Install-WindowsUpdate -AcceptEula
choco install -y visualstudio2017community
choco install -y visualstudio2017-workload-netcoretools
choco install -y visualstudio2017-workload-data
choco install -y visualstudio2017-workload-node
choco install -y sql-server-management-studio
@arledesma
Copy link
Author

START http://boxstarter.org/package/nr/url?https://gist.githubusercontent.com/arledesma/58e45d50613900e72c806f0093be64fb/raw/47515d83926fce82d57635d532e9fdbb7e840d89/boxstarter-2017.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment