Skip to content

Instantly share code, notes, and snippets.

@ZinkNotTheMetal
Created May 15, 2015 04:37
Show Gist options
  • Save ZinkNotTheMetal/b309faa39ebb334344e8 to your computer and use it in GitHub Desktop.
Save ZinkNotTheMetal/b309faa39ebb334344e8 to your computer and use it in GitHub Desktop.
This gist sets up my personal box
# Invoke using following syntax:
# http://boxstarter.org/package/url?[raw link to this gist]
# Boxstarter options
$Boxstarter.RebootOk=$true
$Boxstarter.NoPassword=$false # Is this a machine with no logon password?
$Boxstarter.AutoLogin=$true
# Install games
cinst leagueoflegends
cinst steam
# Install other
cinst rufus
cinst plexmediaserver
cinst makemkv
# Install Windows Updates
Install-WindowsUpdate -AcceptEula
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment