hw-summer-laptops
Final rollout command
- Log in as loaner.
- Right-click Start.
- Open Terminal / PowerShell as Administrator.
- Paste the entire command below.
powershell.exe -NoProfile -ExecutionPolicy Bypass -Command "Invoke-RestMethod https://raw.githubusercontent.com/bensonlabs/HW-Summer/v2026-summer/scripts/bootstrap.ps1 -OutFile $env:TEMP\hw-summer-bootstrap.ps1; & $env:TEMP\hw-summer-bootstrap.ps1"
- Wait for “Setup complete.”
- Reboot if prompted.
- Logs:
C:\ProgramData\HW-Summer\Logs
Testing command
Use this before the v2026-summer tag exists:
powershell.exe -NoProfile -ExecutionPolicy Bypass -Command "Invoke-RestMethod https://raw.githubusercontent.com/bensonlabs/HW-Summer/main/scripts/bootstrap.ps1 -OutFile $env:TEMP\hw-summer-bootstrap.ps1; & $env:TEMP\hw-summer-bootstrap.ps1"
Planning note: the v2026-summer command should be the only one visible or emphasized when you’re doing the real 20-laptop pass. The main command is just for VM testing while we’re still changing scripts.