The sudowin service has a dependency on seclogon, but this dependency is not explicit in the service definition. At least on some versions of Windows, the following command will fix that:
sc config sudowin depend= seclogon
Apparently, terminal services is also a dependency. Here is how to let Windows know this:
sc config sudowin depend= seclogon/termservice
Log in to post a comment.
Apparently, terminal services is also a dependency. Here is how to let Windows know this:
sc config sudowin depend= seclogon/termservice