Skip to content

Instantly share code, notes, and snippets.

@JEStaubach
Last active October 18, 2016 00:56
Show Gist options
  • Save JEStaubach/40a519210448a9d80e203fd5b348430e to your computer and use it in GitHub Desktop.
Save JEStaubach/40a519210448a9d80e203fd5b348430e 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