https://bugs.winehq.org/show_bug.cgi?id=43211
--- Comment #7 from Anastasius Focht focht@gmx.net --- Hello folks,
small correction after this bug wall of text. Setting Scheduler service start type to 'auto start' via registry -> 2 (3 = manual start = default).
--- snip --- $ wine reg add "HKLM\System\CurrentControlSet\Services\Schedule" /v Start /t REG_DWORD /d 2 /f --- snip ---
If more services hosted by Service Host/SvcHost run automatically at startup then the process resource argument is of course moot as these Windows services run in the same process.
Regards