Last active
September 23, 2018 14:23
-
-
Save tylergohl/ec0eff9d04390d87096fd6e91f527f83 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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