Skip to content

Instantly share code, notes, and snippets.

@phantomtypist
Last active August 29, 2015 14:01
Show Gist options
  • Save phantomtypist/9a2c3ac50d55c726f7b0 to your computer and use it in GitHub Desktop.
Save phantomtypist/9a2c3ac50d55c726f7b0 to your computer and use it in GitHub Desktop.
# http://boxstarter.org/package/url?
# 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
#####################
# BEGIN CONFIGURATION
#####################
#region Initial Windows Config
Install-WindowsUpdate -AcceptEula
Update-ExecutionPolicy Unrestricted
Enable-RemoteDesktop
Enable-MicrosoftUpdate
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowFileExtensions
Disable-InternetExplorerESC
#endregion
# Let's get the latest version of powershell, .net frameworks, etc.
cinst binroot
cinst PowerShell
cinst ChocolateyGUI
cinst DotNet3.5
cinst DotNet4.0
cinst DotNet4.5
cinst DotNet4.5.1
cinst mono
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment