This file contains 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
<# | |
####################### | |
# HOW TO SETUP A NEW VM | |
####################### | |
1) Set Execution Policy for script; Install Boxstarter from web: | |
Set-ExecutionPolicy Unrestricted -Force ; . { iwr -useb https://boxstarter.org/bootstrapper.ps1 } | iex; Get-Boxstarter -Force | |
2) install and run the gist: | |
Install-BoxstarterPackage -Credential (Get-Credential $env:username) -PackageName https://gist.githubusercontent.com/dbethke/fa3a9140dca6760124e7fc788fb928c0/raw/de6fda8e53a92e953f4c87e286030a75bb98e560/chocolatey-boxstarter-bootstrap-win11.ps1 | |
#> |