Skip to content

Instantly share code, notes, and snippets.

@tylergohl
Last active September 23, 2018 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tylergohl/ec0eff9d04390d87096fd6e91f527f83 to your computer and use it in GitHub Desktop.
Save tylergohl/ec0eff9d04390d87096fd6e91f527f83 to your computer and use it in GitHub Desktop.
# Invoke using following syntax into IE:
# 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
Set-WindowsExplorerOptions -EnableShowFileExtensions
Disable-UAC
cinst powershell-core
cinst poshgit
cinst git.install
cinst vcode
cinst googlechrome
cinst slack
cinst qbittorrent
cinst sonarr
cinst chefdk
cinst plexmediaserver
# Install Windows Updates
Write-BoxstarterMessage "Running Windows Update"
Install-WindowsUpdate -Full -AcceptEula
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment