Automated Windows 10/11 deployment for X9.cz MSP clients
Find a file
X9 Dev be7a7236df feat: Dell Command | Update step (step 11) + download link on landing page
scripts/11-dell-update.ps1:
- Detects Dell via Win32_ComputerSystem.Manufacturer (skips silently on non-Dell)
- Installs Dell.CommandUpdate.Universal via winget (silent)
- Runs dcu-cli.exe /applyUpdates -silent -reboot=disable (all categories)
- BIOS/firmware staged, completes on restart after deployment
- Exit codes 0/1/5 all treated as success

Deploy-Windows.ps1:
- Added Step 11 - Dell Command | Update (dellUpdate=true default)

internal/runner/runner.go, internal/config/config.go:
- dellUpdate step registered in AllSteps() and DefaultConfig

web/spec/index.html:
- Step 11 card with flag-done rows, sidebar link, comment-widget issue #16
- STEP_SCRIPT map updated for step-dell

web/index.html:
- Dynamic download strip: fetches latest Forgejo release via API,
  shows Download xetup.exe with version + file size
- Updated Go TUI card text (no longer "zatim ve vyvoji")

web/data/descriptions.json: regenerated (13 scripts, 80 items)

Forgejo: issue #16 created, release v0.1.0 published with xetup.exe (5.2 MB)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-16 10:49:15 +02:00
.claude Add Claude Code memory and project context 2026-04-15 19:43:39 +02:00
assets Add all project assets, docs, and review page 2026-04-15 19:43:18 +02:00
cmd/xetup feat: Go TUI launcher (xetup.exe) + spec page new-request section 2026-04-16 10:35:22 +02:00
config Add config GUI, USB launcher, flash folder; fix bugs 2026-03-16 09:35:42 +01:00
docs Add all project assets, docs, and review page 2026-04-15 19:43:18 +02:00
internal feat: Dell Command | Update step (step 11) + download link on landing page 2026-04-16 10:49:15 +02:00
scripts feat: Dell Command | Update step (step 11) + download link on landing page 2026-04-16 10:49:15 +02:00
tests Add This PC desktop icon, hide Start menu recommendations, remove LinkedIn 2026-03-15 18:24:47 +01:00
tools Implement Forgejo review changes: Atera, UCPD, PDF default, OA3, dedup 2026-04-16 09:29:32 +02:00
web feat: Dell Command | Update step (step 11) + download link on landing page 2026-04-16 10:49:15 +02:00
.gitignore Add all project assets, docs, and review page 2026-04-15 19:43:18 +02:00
CLAUDE.md Add all project assets, docs, and review page 2026-04-15 19:43:18 +02:00
config-editor.hta Add config GUI, USB launcher, flash folder; fix bugs 2026-03-16 09:35:42 +01:00
Deploy-Windows.ps1 feat: Dell Command | Update step (step 11) + download link on landing page 2026-04-16 10:49:15 +02:00
docker-compose.yml Implement Forgejo review changes: Atera, UCPD, PDF default, OA3, dedup 2026-04-16 09:29:32 +02:00
embed.go feat: Go TUI launcher (xetup.exe) + spec page new-request section 2026-04-16 10:35:22 +02:00
go.mod feat: Go TUI launcher (xetup.exe) + spec page new-request section 2026-04-16 10:35:22 +02:00
go.sum feat: Go TUI launcher (xetup.exe) + spec page new-request section 2026-04-16 10:35:22 +02:00
Remove-ClaudeCode.ps1 Add CLAUDE.md, SPEC.md and bootstrap scripts 2026-03-13 16:35:31 +01:00
review.html Add all project assets, docs, and review page 2026-04-15 19:43:18 +02:00
Run.cmd Add config GUI, USB launcher, flash folder; fix bugs 2026-03-16 09:35:42 +01:00
Setup-ClaudeCode.ps1 Add CLAUDE.md, SPEC.md and bootstrap scripts 2026-03-13 16:35:31 +01:00
setup.ps1 Add CLAUDE.md, SPEC.md and bootstrap scripts 2026-03-13 16:35:31 +01:00
setup.sh Add CLAUDE.md, SPEC.md and bootstrap scripts 2026-03-13 16:35:31 +01:00
SPEC.md Add admin account creation and Windows activation steps 2026-03-14 19:15:30 +01:00