Skip to content

Instantly share code, notes, and snippets.

@tonidy
Last active August 27, 2022 00:24
Show Gist options
  • Save tonidy/a159c5080ec3a0152e6b to your computer and use it in GitHub Desktop.
Save tonidy/a159c5080ec3a0152e6b to your computer and use it in GitHub Desktop.
boxstarter
# install programs
Update-ExecutionPolicy Unrestricted
Set-WindowsExplorerOptions -EnableShowFileExtensions
choco install PsGet -force
Import-Module PsGet
Install-Module -ModuleUrl https://gist.githubusercontent.com/alexanderfloh/cdd2f1cc24f1a4a823aa/raw/de08481eff702a074cc682abf54ca038b14d4e36/mount.iso.psm1
# Java
choco install java.jdk -params "x64=false"
choco install jdk8
# Install-WindowsUpdate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment