Automated Windows 10/11 deployment for X9.cz MSP clients
Find a file
Filip Zubik 80a542252d Add config GUI, USB launcher, flash folder; fix bugs
- config-editor.hta: lightweight WYSIWYG HTA editor for config.json
  - Step on/off toggles with info tooltips
  - Editable software list (winget packages)
  - Settings: timezone, admin account, desktopInfo, PDF default
- Run.cmd: USB launcher with UAC auto-elevation and deployment menu
- flash/: minimal USB-ready subset (Deploy, scripts, config, GUI, launcher)
- config.json: add steps section for per-step enable/disable
- Deploy-Windows.ps1: read steps from config, CLI switches override
- 03-system-registry.ps1: add SearchOnTaskbarMode HKLM policy (Win11 search fix)
- 04-default-profile.ps1: fix systray - clear TrayNotify cache + proper Explorer restart
- 06-scheduled-tasks.ps1: fix Register-Task trigger array, ShowAllTrayIcons Win11 fix,
  PDF-DefaultApp runs as SYSTEM via HKCR (bypasses UserChoice Hash validation)
- 02-software.ps1: remove unreliable UserChoice ProgId write without Hash

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-16 09:35:42 +01:00
config Add config GUI, USB launcher, flash folder; fix bugs 2026-03-16 09:35:42 +01:00
flash Add config GUI, USB launcher, flash folder; fix bugs 2026-03-16 09:35:42 +01:00
scripts Add config GUI, USB launcher, flash folder; fix bugs 2026-03-16 09:35:42 +01:00
tests Add This PC desktop icon, hide Start menu recommendations, remove LinkedIn 2026-03-15 18:24:47 +01:00
.gitignore Initial repo structure 2026-03-13 16:34:45 +01:00
CLAUDE.md Implement full deployment script suite (steps 1-7) 2026-03-14 09:44:38 +01:00
config-editor.hta Add config GUI, USB launcher, flash folder; fix bugs 2026-03-16 09:35:42 +01:00
Deploy-Windows.ps1 Add config GUI, USB launcher, flash folder; fix bugs 2026-03-16 09:35:42 +01:00
Remove-ClaudeCode.ps1 Add CLAUDE.md, SPEC.md and bootstrap scripts 2026-03-13 16:35:31 +01: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