https://bugs.winehq.org/show_bug.cgi?id=50967
Bug ID: 50967 Summary: sc.exe doesn't understand the start command and other parameters Product: Wine Version: 6.6 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: critical Priority: P2 Component: programs Assignee: wine-bugs@winehq.org Reporter: falemagn@gmail.com Distribution: ---
Created attachment 69797 --> https://bugs.winehq.org/attachment.cgi?id=69797 Patch that should fix sc.c's typos
It seems like commit 8e9b9da0f889 included some typos that make sc.exe not understand
1) the start command 2) the failure command's reboot= parameter 3) the actions of the failure command's actions= parameter 4) the create command's start= parameter.
Attached's a patch that should fix things.