Skip to content

Instantly share code, notes, and snippets.

@HauptJ
Last active May 20, 2017 00:58
Show Gist options
  • Save HauptJ/9d6687bf15ff4db8ffe772e5a171845f to your computer and use it in GitHub Desktop.
Save HauptJ/9d6687bf15ff4db8ffe772e5a171845f to your computer and use it in GitHub Desktop.
Test BoxStarter Install Script
# run windows update for critical updates
Install-WindowsUpdate -AcceptEula -SupressReboots
# Windows config settings
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -EnableShowFullPathInTitleBar
# Boxstarter Installer
cinst Boxstarter -y
# For HyperV Guests
cinst boxstarter.common -y --force
cinst boxstarter.winconfig -y --force
cinst boxstarter.Bootstrapper -y --force
cinst boxstarter.Chocolatey -y --force
cinst boxstarter.HyperV -y --force
# Chocolatey Package management
cinst chocolatey -y
# Utilities
cinst 7zip.install
cinst rufus -y
cinst foxitreader -y
cinst putty.install
cinst googleearth -y
cinst crystaldiskinfo -y
# Browsers
cinst firefox -y
cinst googlechrome -y
# Chat
cinst skype -y
cinst slack -y
# Media
cinst audacity -y
cinst calibre -y
cinst vlc -y
cinst mpc-hc -y
cinst gimp -y
cinst handbrake -y
cinst steam -y
# Flash
cinst flashplayeractivex -y
cinst flashplayerplugin -y
# dev apps
cinst sublimetext3 -y
cinst docker -y
cinst notepadplusplus.install
cinst git.install
cinst poshgit -y
cinst atom -y
cinst cmder
# config prefs
# machine config
# HyperV
# cinst Microsoft-Hyper-V-All -source windowsFeatures
# run windows update
# Install-WindowsUpdate -Full -AcceptEula -SupressReboots
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment