Skip to content

Instantly share code, notes, and snippets.

@aquiladev
Created April 25, 2018 09:55
Show Gist options
  • Save aquiladev/eb9cf436b4cc57bde471ba3676dbfd63 to your computer and use it in GitHub Desktop.
Save aquiladev/eb9cf436b4cc57bde471ba3676dbfd63 to your computer and use it in GitHub Desktop.
# Boxstarter options
$Boxstarter.PackageName = "powershell4"
$Boxstarter.RebootOk=$true # Allow reboots?
$Boxstarter.AutoLogin=$true # Save my password securely and auto-login after a reboot
#Special windowsy stuff. see http://boxstarter.org/WinConfig
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions
Disable-InternetExplorerESC
#install some applications
#See: https://chocolatey.org/packages for what you can install
cinst adobereader
cinst google-chrome-x64
cinst postman
cinst fiddler4
cinst console-devel
cinst beyondcompare
cinst curl
cinst poshgit
cinst git
cinst virtualbox
cinst rdcman
cinst Microsoft-Hyper-V-All -source windowsFeatures
cinst IIS-WebServerRole -source windowsfeatures
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment