Automated Windows 10/11 deployment for X9.cz MSP clients
Find a file
X9 31646112bf Fix registry ACL errors in steps 3 and 4
- 03-system-registry.ps1: add Grant-RegWriteAccess helper; Set-Reg now
  retries with ACL fix when Set-ItemProperty throws SecurityException
  (e.g. HKLM\...\Communications owned by TrustedInstaller)
- 04-default-profile.ps1: add Grant-HiveWriteAccess helper; Set-ProfileReg
  retries with ACL fix on Default hive keys with restricted permissions
- Both scripts: add -ErrorAction Stop to Set-ItemProperty so errors are
  properly caught by try/catch instead of bypassing it

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-14 19:37:47 +01:00
config Add admin account creation and Windows activation steps 2026-03-14 19:15:30 +01:00
scripts Fix registry ACL errors in steps 3 and 4 2026-03-14 19:37:47 +01:00
tests Add admin account creation and Windows activation steps 2026-03-14 19:15:30 +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
Deploy-Windows.ps1 Add admin account creation and Windows activation steps 2026-03-14 19:15:30 +01:00
Remove-ClaudeCode.ps1 Add CLAUDE.md, SPEC.md and bootstrap scripts 2026-03-13 16:35:31 +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