Skip to content

Instantly share code, notes, and snippets.

@camchenry
Last active July 25, 2016 00:24
Show Gist options
  • Save camchenry/65a02c92913b2d012fa197be5dfaf0b3 to your computer and use it in GitHub Desktop.
Save camchenry/65a02c92913b2d012fa197be5dfaf0b3 to your computer and use it in GitHub Desktop.
Boxstarter script for reinstalling windows easily
Set-ExplorerOptions -showHiddenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions
Set-StartScreenOptions -EnableBootToDesktop
Disable-BingSearch
Disable-GameBarTips
Disable-MicrosoftUpdate
# Boxstarter specific
cinstm boxstarter.common
cinstm boxstarter.winconfig
refreshenv
# Frameworks, etc.
cinstm flashplayerplugin -y
cinstm jre8 -y
cinstm dotnet4.5 -y
cinstm vcredist2010 -y
cinstm adobeshockwaveplayer -y
cinstm adobeair -y
cinstm silverlight -y
# Programs
cinstm firefox -y
cinstm 7zip -y
cinstm git -y
cinstm vlc -y
cinstm filezilla -y
cinstm paint.net -y
cinstm malwarebytes -y
cinstm steam -y
cinstm f.lux -y
cinstm skype -y
cinstm deluge -y
cinstm everything -y
cinstm obs-mp -y
cinstm spotify -y
# Languages
cinstm ruby -y
cinstm python -y
cinstm love -y
# Dev tools
cinstm cmder -y
cinstm neovim -pre -y
Install-ChocolateyPinnedTaskBarItem "$($Boxstarter.programFiles86)\Steam\steam.exe"
Install-ChocolateyPinnedTaskBarItem "$($Boxstarter.programFiles86)\Mozilla Firefox\firefox.exe"
Install-ChocolateyPinnedTaskBarItem "$env:appdata\Spotify\spotify.exe"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment