Skip to content

Instantly share code, notes, and snippets.

@lcharkiewicz
Last active August 29, 2015 14:07
Show Gist options
  • Save lcharkiewicz/39c203ef6f09fd8fa802 to your computer and use it in GitHub Desktop.
Save lcharkiewicz/39c203ef6f09fd8fa802 to your computer and use it in GitHub Desktop.
boxstarter installation script
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