fix(kiosk): Start-Process -FilePath not -LiteralPath (3rd e2e — kiosk now engages) #9
Reference in New Issue
Block a user
Delete Branch "fix/kiosk-start-process-filepath"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
3rd VM e2e — big progress: with #8's
int32fix, Shell Launcher now engages on thesm-bootstrapautologon (kiosk shell up, no Explorer/taskbar). But the launcher errored:Start-Processhas no-LiteralPathparameter — only-FilePath. The-LiteralPathcame from #7-era "robust quoting" review tweaks that were never runtime-validated (the originally-proven autounattend launch used-FilePath). So the kiosk shell ran but the Welcome app never launched.Fix:
-FilePathin both the Shell Launcher launcher (Start-WelcomeShell.cmd) and the RunOnce fallback. Single-quote escaping unchanged.Verified: parses clean; no other
Start-Process -LiteralPathin the tree. Next: rebuild → restage → 4th VM run — expecting the glass-card kiosk to finally come up.🤖 Generated with Claude Code