Skip to content

Instantly share code, notes, and snippets.

@dw72
Last active April 20, 2017 15:23
Show Gist options
  • Save dw72/00be20774dbb6d9eb11f402c105f8bc5 to your computer and use it in GitHub Desktop.
Save dw72/00be20774dbb6d9eb11f402c105f8bc5 to your computer and use it in GitHub Desktop.
S11 software install script
#As described here: http://boxstarter.org/Learn/WebLauncher
#
# or run:
# Install-BoxstarterPackage -ComputerName <Computer name> -PackageName <Path to raw gist> -Credentials <Credentials object>
Update-ExecutionPolicy Unrestricted
#Special windowsy stuff. see http://boxstarter.org/WinConfig
Set-WindowsExplorerOptions -EnableShowFileExtensions -EnableOpenFileExplorerToQuickAccess
Set-TaskbarOptions -Size Large -Lock -Dock Bottom
Set-StartScreenOptions -EnableBootToDesktop -EnableDesktopBackgroundOnStart -EnableShowStartOnActiveScreen -EnableShowAppsViewOnStartScreen -EnableSearchEverywhereInAppsView -EnableListDesktopAppsFirst
Disable-GameBarTips
Disable-BingSearch
Disable-InternetExplorerESC
#Disable-UAC
Install-WindowsUpdate
#See: https://chocolatey.org/packages for what you can install
choco install 7zip.install
choco install brackets
choco install cdburnerxp
choco install chocolatey
choco install conemu
choco install firefox
choco install foxitreader
choco install gimp
choco install googlechrome
choco install inkscape
choco install libreoffice
choco install notepadplusplus.install
choco install procexp
choco install putty.install
choco install rufus.install
choco install virtualbox
choco install visualstudiocode
choco install winscp.install
choco install wireshark
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment