Skip to content

Instantly share code, notes, and snippets.

<#
# 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