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 |
|
X9 Dev
|
f5a5de943a
|
Implement Forgejo review changes: Atera, UCPD, PDF default, OA3, dedup
02-software: add Atera RMM agent install (Invoke-WebRequest + msiexec /qn),
stop UCPD driver before PDF association write, restart after; remove
reference to PDF-DefaultApp scheduled task in header
03-system-registry: correct OneDrive uninstall description - intentional
(pre-installed consumer version only, no policy key, M365 can reinstall)
04-default-profile: OneDrive RunOnce blocking removed, ShowRecent=0,
ShowFrequent=0, FullPath=1 in CabinetState already added in prior session
06-scheduled-tasks: PDF-DefaultApp task removed - PDF set once in step 02
08-activation: add OA3/BIOS embedded key check via SoftwareLicensingService
WMI; key priority: config.json > OA3 firmware > GVLK
web/spec: update all status badges, remove mustfix flags, deduplicate
OneDrive entries across steps 01/03/04, add OA3 row to step-08
web/data/descriptions.json: regenerated (65 items)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-04-16 09:29:32 +02:00 |
|