Skip to content

Instantly share code, notes, and snippets.

View dbethke's full-sized avatar

Daniel Bethke dbethke

View GitHub Profile
@dbethke
dbethke / chocolatey-boxstarter-bootstrap-win11.ps1
Last active January 5, 2024 17:10 — forked from zloeber/bootstrapwindows10.ps1
Boxstarter Windows 11 Configuration
<#
#######################
# 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
#>