Skip to content

Instantly share code, notes, and snippets.

@HowlingMind
Created October 1, 2015 03:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save HowlingMind/abfac666a75b42185719 to your computer and use it in GitHub Desktop.
Save HowlingMind/abfac666a75b42185719 to your computer and use it in GitHub Desktop.
$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
choco install sourcetree
choco install webstorm
choco install intellijidea-community
#choco install resharper
choco install NugetPackageExplorer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment