Post #1665466
2026-01-15 18:04 UTC
You clearly didn't read my message...I said a "window close message." I.e...WM_CLOSE. that is not a process signal, it's a window management signal. Hence taskkill not working without /f on headless processes
Replies (1)
-
@Feyd@programming.dev 2026-01-15 21:36
Long running headless processes on windows generally still have an event loop and a window handle via which they process those messages.