Skip to content

Instantly share code, notes, and snippets.

@zaphodtx
Created May 21, 2018 03:52
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zaphodtx/18bc3c5c61ef8a89814da8ff37d8489f to your computer and use it in GitHub Desktop.
Save zaphodtx/18bc3c5c61ef8a89814da8ff37d8489f to your computer and use it in GitHub Desktop.
Boxstarter setup and run. Commands to copy and paste into and Admin PowerShell.
# Enable running any PowerShell scripts - select 'A'
Set-ExecutionPolicy Bypass
# Install Chocolatey
iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
# install boxstarter - reopen powerShell after installation of boxstarter
choco install boxstarter -y
# run boxstarter with gist - customize URL for different gist.
Install-BoxstarterPackage -PackageName https://gist.githubusercontent.com/zaphodtx/2c2cf831c48e1044765b7de48cfa6457/raw/8f5a249c614ad30763aa1f4b0c2478172c1d5c90/boxStarter-hyperV-dev.txt -DisableReboots
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment