Skip to content

Instantly share code, notes, and snippets.

@HauptJ
Last active July 15, 2017 19:37
Show Gist options
  • Save HauptJ/f96e8732ecfc3e0250f95e7d1e7a9f01 to your computer and use it in GitHub Desktop.
Save HauptJ/f96e8732ecfc3e0250f95e7d1e7a9f01 to your computer and use it in GitHub Desktop.
BoxStarter Windows 10
# 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
# System and Driver managment
cinst geforce-experience -y
cinst openhardwaremonitor -y
cinst gpu-z -y
# Utilities
cinst 7zip.install
cinst rufus -y
cinst foxitreader -y
cinst putty.install
cinst googleearth -y
cinst crystaldiskinfo -y
cinst produkey.install -y
cinst sharex -y
cinst greenshot -y
# MS Office
cinst office365proplus -y
# Browsers
cinst firefox -y
cinst googlechrome -y
# Chat
cinst skype -y
cinst slack -y
cinst hexchat -y
# Media
cinst audacity -y
cinst calibre -y
cinst vlc -y
cinst mpc-hc -y
cinst k-litecodecpackmega -y
cinst k-litecodecpackfull -y
cinst foobar2000 -y
cinst gimp -y
cinst paint.net -y
cinst irfanview -y
cinst irfanviewplugins -y
cinst handbrake.install -y
cinst steam -y
# Flash
cinst flashplayeractivex -y
cinst flashplayerplugin -y
# dev apps
cinst sublimetext3 -y
cinst gobby -y
cinst docker -y
cinst notepadplusplus.install -y
cinst git.install -y
cinst poshgit -y
cinst atom -y
cinst cmder -y
# 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