diff options
| author | Christophe Besson <cbesson@gmail.com> | 2026-09-05 14:48:08 +0200 |
|---|---|---|
| committer | Christophe Besson <cbesson@gmail.com> | 2026-09-05 14:48:08 +0200 |
| commit | c11dd22b593358ef7932deec53c8200f5f14ed8b (patch) | |
| tree | f7347edeedb14aef5dafeab6bc3f0263e15b1929 /packages/meshbay-node/src/meshbay_node/ui | |
| parent | 3fd1f1b456bacc3da2d38323a16b60345ac7105e (diff) | |
| download | meshbay-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 'packages/meshbay-node/src/meshbay_node/ui')
0 files changed, 0 insertions, 0 deletions