Skip to content

Instantly share code, notes, and snippets.

@vonwenm
Forked from automatonic/example.boxstarter
Last active August 29, 2015 14:19
Show Gist options
  • Save vonwenm/3f9ded6e4ef6c61b94bf to your computer and use it in GitHub Desktop.
Save vonwenm/3f9ded6e4ef6c61b94bf to your computer and use it in GitHub Desktop.
#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 vlc
choco install paint.net
choco install windirstat
choco install procexp
choco install gimp
choco install wincdemu
choco install webpi
choco install InkScape -Version 0.48.5
choco install Gow
choco install githubforwindows
choco install grepwin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment