Last active
July 25, 2016 00:24
-
-
Save camchenry/65a02c92913b2d012fa197be5dfaf0b3 to your computer and use it in GitHub Desktop.
Boxstarter script for reinstalling windows easily
This file contains hidden or 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
| 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