Created
May 21, 2018 03:52
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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