Last active
August 29, 2015 14:07
-
-
Save lcharkiewicz/39c203ef6f09fd8fa802 to your computer and use it in GitHub Desktop.
boxstarter installation script
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-ExecutionPolicy Unrestricted -Force | |
Import-Module Boxstarter.Chocolatey | |
Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions | |
Set-StartScreenOptions -EnableBootToDesktop -EnableDesktopBackgroundOnStart -EnableShowStartOnActiveScreen -EnableShowAppsViewOnStartScreen -EnableSearchEverywhereInAppsView -EnableListDesktopAppsFirst | |
Install-WindowsUpdate -acceptEula | |
#Disable-MicrosoftUpdate | |
#Set-StartScreenOptions -EnableBootToDesktop -EnableDesktopBackgroundOnStart -EnableShowStartOnActiveScreen -EnableShowAppsViewOnStartScreen -EnableSearchEverywhereInAppsView -EnableListDesktopAppsFirst | |
Install-BoxstarterPackage DotNet4.5 | |
Install-BoxstarterPackage javaruntime | |
Install-BoxstarterPackage notepadplusplus.install | |
Install-BoxstarterPackage googlechrome | |
Install-BoxstarterPackage 7zip.install | |
Install-BoxstarterPackage flashplayeractivex | |
Install-BoxstarterPackage Firefox | |
Install-BoxstarterPackage flashplayerplugin | |
Install-BoxstarterPackage adobereader | |
Install-BoxstarterPackage vlc | |
Install-BoxstarterPackage filezilla | |
Install-BoxstarterPackage Silverlight | |
Install-BoxstarterPackage IrfanView | |
Install-BoxstarterPackage ccleaner | |
Install-BoxstarterPackage f.lux | |
Install-BoxstarterPackage steam | |
Install-BoxstarterPackage spotify |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment