BepozNPortello
8/13/2015 - 5:51 PM

simple update

simple update

# 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

# Basic setup
Update-ExecutionPolicy Unrestricted #Alows for Powershell Scripts to Run on the machine !important
Install-WindowsUpdate -Full -acceptEula