fix(collector): button footer + inject virtio NIC driver (HVCI network) #26
Reference in New Issue
Block a user
Delete Branch "fix/collector-button-layout"
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?
Two operator-reported fixes from VM testing, bundled into one build.
1. Collector button overlap
Finish/Cancel were positioned over the BitLocker "Confirm PIN" textbox. Moved them into a clean footer row (y 548 → 620), below all form content, right-aligned (Finish primary/green, Cancel secondary). Layout-only change to
Collector.ps1; parses clean, ASCII.2. Working VM network under HVCI (so apps actually install)
Root cause: the privacy hardening enables HVCI (Memory Integrity), which refuses to load the legacy Intel e1000 driver (
E1G6032E.sys) → no network in the VM → winget app installs silently skip. It recurs every install because each fresh install re-hardens (not a Proxmox/driver "revert").Fix: use a virtio-net NIC (WHQL-signed, HVCI-compatible driver). Staged the NetKVM driver (
w11/amd64) from virtio-win underwindows/drivers/netkvm/;build.ps1already auto-injects any*.infunderwindows/drivers/intoinstall.wim. VM 102's NIC already switched to virtio.Test Plan
Collector.ps1parses, ASCII-onlywindows/drivers/*.inf🤖 Generated with Claude Code