aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/win/firewall.ps1
diff options
context:
space:
mode:
authorChristophe Besson <cbesson@gmail.com>2026-09-05 14:48:08 +0200
committerChristophe Besson <cbesson@gmail.com>2026-09-05 14:48:08 +0200
commitc11dd22b593358ef7932deec53c8200f5f14ed8b (patch)
treef7347edeedb14aef5dafeab6bc3f0263e15b1929 /packaging/win/firewall.ps1
parent3fd1f1b456bacc3da2d38323a16b60345ac7105e (diff)
downloadmeshbay-c11dd22b593358ef7932deec53c8200f5f14ed8b.tar.gz
fix(node): register the service-mode task with Register-ScheduledTask -LogonType S4U
schtasks.exe has no flag naming the logon type directly -- it only infers S4U vs Interactive from whether /rp is present, and both readings broke live on a blank-password account: /rp "" fails schtasks' own credential validation, and omitting /rp registers "Interactive only", which never launches the process at boot or on demand despite installing cleanly. Register-ScheduledTask -LogonType S4U names the logon type explicitly, no inference. Confirmed live: install, manual start, and unattended boot-time start all now work. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Diffstat (limited to 'packaging/win/firewall.ps1')
0 files changed, 0 insertions, 0 deletions