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
<# | |
# Description: Boxstarter Script for dev on Windows 11 | |
# Author: Darrell Taylor <darrell@realgo.com> | |
# Last Updated: 2023-11-16 | |
# | |
# Save this as devSetup.ps1, then run on Administrator powershell with : | |
# >Set-ExecutionPolicy RemoteSigned | |
# >. { iwr -useb https://boxstarter.org/bootstrapper.ps1 } | iex; Get-Boxstarter -Force | |
# >Install-BoxstarterPackage -PackageName devSetup.ps1 -DisableReboots |