http://bugs.winehq.org/show_bug.cgi?id=59393 --- Comment #1 from Hoshino Lina <lina@lina.yt> --- I should mention that what I'm trying to do here is have a SERVICE_INTERACTIVE_PROCESS service that nonetheless behaves like a system process in the sense that it does not keep wineserver alive just by existing. So it would not be sufficient to make SERVICE_INTERACTIVE_PROCESS services non-system since that would defeat the purpose. I'm guessing that without the winstation exclusion logic, explorer.exe would also keep the session alive. So perhaps explorer.exe itself should be marked system, and then the winstation logic not applied to SERVICE_INTERACTIVE_PROCESS services (despite them otherwise still being a System process)? That way they could keep explorer.exe alive, and everything still would be killed when all non-service processes exit. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.