Skip to content

Instantly share code, notes, and snippets.

@JEStaubach
Last active October 22, 2016 03:57
Show Gist options
  • Save JEStaubach/6049bdf3acb9490ad32c16b6ed5d617b to your computer and use it in GitHub Desktop.
Save JEStaubach/6049bdf3acb9490ad32c16b6ed5d617b to your computer and use it in GitHub Desktop.
#$reboot_log = "C:\installation.rbt"
#if ( -not (Test-Path $reboot_log) ) { New-Item $reboot_log -type file }
#$reboots = Get-Content $reboot_log
# Boxstarter options
$Boxstarter.RebootOk=$true # Allow reboots?
$Boxstarter.NoPassword=$false # Is this a machine with no login password?
$Boxstarter.AutoLogin=$true # Save my password securely and auto-login after a reboot
choco install python2 --ignore-checksums -moy --version 2.7.11 --install-arguments '/qn /norestart ALLUSERS=1 TARGETDIR=C:\Python27'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment