Skip to content

Instantly share code, notes, and snippets.

@ZinkNotTheMetal
Last active August 29, 2015 14:21
Show Gist options
  • Save ZinkNotTheMetal/6b9d8f6787d96b769050 to your computer and use it in GitHub Desktop.
Save ZinkNotTheMetal/6b9d8f6787d96b769050 to your computer and use it in GitHub Desktop.
Test-Boxstarter phase 2
# Invoke using following syntax:
# http://boxstarter.org/package/url?[raw link to this gist]
$Boxstarter.AutoLogin=$false
$Boxstarter.NoPassword=$true
$Boxstarter.RebootOk=$false
###########################################################
# Phase 2 items
###########################################################
# invoke reboot to try
# environment variables - configuration settings
$version = Read-Host "What version of VisualStudio"
Install-ChocolateyEnvironmentVariable "VSVersion" $version
Write-BoxstarterMessage Get-ChocolateyEnvironmentVariable "VSVersion"
# database configuration??
# can i change fonts and zoom?
# mess with dock sizes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment