xetup/scripts
X9 Dev 5b53b2a0d6 Add per-feature toggles to PS scripts and Go TUI
- 02-software.ps1: wrap wingetInstalls, pdfDefault, ateraAgent in Get-Feature guards
- 03-system-registry.ps1: add Get-Feature, restructure into 5 gated blocks
  (systemTweaks, edgePolicies, oneDriveUninstall, powercfg, proxyDisable)
- 04-default-profile.ps1: add Get-Feature, wrap taskbarTweaks, startMenuTweaks,
  explorerTweaks; add missing explorerTweaks code (ShowRecent, ShowFrequent, FullPath)
- 11-dell-update.ps1: add Get-Feature, split update run by drivers/bios feature flags
- runner.go: add Feature/StepFeatures/SelectableItem/AllSelectableItems for TUI
- config.go: add Features type and defaults for all 4 gated steps
- tui.go: use AllSelectableItems for MultiSelect, build Features map in startRun,
  remove unused stepFeaturesMap variable
- xetup.exe: Windows amd64 build

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-16 11:11:51 +02:00
..
00-admin-account.ps1 Fix all remaining mustfix items + Edge policies 2026-04-16 09:45:49 +02:00
01-bloatware.ps1 Remove noise rows, implement powercfg + proxy, clean up Edge docs 2026-04-16 10:09:40 +02:00
02-software.ps1 Add per-feature toggles to PS scripts and Go TUI 2026-04-16 11:11:51 +02:00
03-system-registry.ps1 Add per-feature toggles to PS scripts and Go TUI 2026-04-16 11:11:51 +02:00
04-default-profile.ps1 Add per-feature toggles to PS scripts and Go TUI 2026-04-16 11:11:51 +02:00
05-personalization.ps1 Implement Forgejo review changes: Atera, UCPD, PDF default, OA3, dedup 2026-04-16 09:29:32 +02:00
06-scheduled-tasks.ps1 Implement Forgejo review changes: Atera, UCPD, PDF default, OA3, dedup 2026-04-16 09:29:32 +02:00
07-backinfo.ps1 Fix all remaining mustfix items + Edge policies 2026-04-16 09:45:49 +02:00
07-desktop-info.ps1 Implement Forgejo review changes: Atera, UCPD, PDF default, OA3, dedup 2026-04-16 09:29:32 +02:00
08-activation.ps1 Implement Forgejo review changes: Atera, UCPD, PDF default, OA3, dedup 2026-04-16 09:29:32 +02:00
09-pc-identity.ps1 Implement steps 09 (PC identity), 10 (network), taskbar profiles; cleanup 2026-04-16 10:15:55 +02:00
10-network.ps1 Implement steps 09 (PC identity), 10 (network), taskbar profiles; cleanup 2026-04-16 10:15:55 +02:00
11-dell-update.ps1 Add per-feature toggles to PS scripts and Go TUI 2026-04-16 11:11:51 +02:00