A very opinionated set of scripts to get a Windows 11 machine up and running from zero
Open a Powershell admin terminal and do this:
Set-ExecutionPolicy Bypass
& ([scriptblock]::Create((irm "https://raw.githubusercontent.com/jasonbot/bootstrap-windows-development-machine/refs/heads/main/bootstrap.ps1")))
Set-ExecutionPolicy Bypass
& ([scriptblock]::Create((irm "https://raw.githubusercontent.com/jasonbot/bootstrap-windows-development-machine/refs/heads/main/bootstrap.ps1"))) -IWorkHere
Set-ExecutionPolicy Bypass
& ([scriptblock]::Create((irm "https://raw.githubusercontent.com/jasonbot/bootstrap-windows-development-machine/refs/heads/main/bootstrap.ps1"))) -ThisIsAVM
There are two flags you can send along!
If you are my coworker, this installs some more work-related software.
If you are bootstrapping a Virtual Machine or do not wish to enable virtualization tools.
This repo uses Pirafrank/unoffical Windows Zed builds and Win11Debloat for some of its functionality.