Skip to content

Instantly share code, notes, and snippets.

@mattwoolnough
Created July 1, 2015 06:57
Show Gist options
  • Save mattwoolnough/4ae4ca58176945c68997 to your computer and use it in GitHub Desktop.
Save mattwoolnough/4ae4ca58176945c68997 to your computer and use it in GitHub Desktop.
boxStarter
#As described here: http://boxstarter.org/Learn/WebLauncher
#The command to run, built from the raw link of this gist
#START http://boxstarter.org/package/nr/url?https://gist.github.com/automatonic/7771dfd7015a72453091/raw/4cbbf4811d11929ebe0f98c51f04e7476179c13f/example.boxstarter
#Special windowsy stuff. see http://boxstarter.org/WinConfig
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions
Enable-RemoteDesktop
Install-WindowsUpdate
Disable-InternetExplorerESC
Disable-UAC
Set-StartScreenOptions -EnableBootToDesktop -EnableDesktopBackgroundOnStart -EnableShowStartOnActiveScreen -EnableShowAppsViewOnStartScreen -EnableSearchEverywhereInAppsView -EnableListDesktopAppsFirst
Set-TaskbarOptions -Size Large -Lock -Dock Bottom
Update-ExecutionPolicy
#install some applications
#See: https://chocolatey.org/packages for what you can install
choco install chocolatey
choco install LinkShellExtension
choco install notepadplusplus.install
choco install 7zip.install
choco install GoogleChrome
choco install paint.net
choco install windirstat
choco install procexp
choco install git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment