I hereby claim:
- I am howlingmind on github.
- I am billwolfe (https://keybase.io/billwolfe) on keybase.
- I have a public key ASCvpyqT1TuZx_QIF2Kplw9iHWuv8N9vJSSrC-CvMbuQBAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
$Boxstarter.RebootOk=$true # Allow reboots? | |
$Boxstarter.NoPassword=$true # Is this a machine with no login password? | |
Enable-RemoteDesktop | |
Disable-UAC | |
Update-ExecutionPolicy Unrestricted # Allow running PowerShell scripts | |
choco install visualstudio2015community | |
if (Test-PendingReboot) { Invoke-Reboot } | |
choco install xamarin | |
choco install androidstudio |
# A simple BoxStarter script for use with http://boxstarter.org/WebLauncher | |
# Updates a Windows machine and installs a range of developer tools | |
# Run with the command: | |
# START http://boxstarter.org/package/url?https://gist.githubusercontent.com/HowlingMind/c2c6a1454cf798966b1c/raw/ecb7f7584850e20f1f05dc979d7e2578e6bca438/BoxstarterWin7DevMachine.ps1 | |
# Boxstarter URL | |
# http://boxstarter.org/package/nr/url? | |
# Boxstarter options | |
$Boxstarter.RebootOk=$true # Allow reboots? |
# Colors | |
# ###### | |
DULL=0 | |
BRIGHT=1 | |
NORMAL_COLOR="\[$ESC[m\]" | |
## | |
# Shortcuts for Colored Text ( Bright and FG Only ) | |
## |