Skip to content

Instantly share code, notes, and snippets.

@slimflem
Last active December 22, 2015 02:59
Show Gist options
  • Select an option

  • Save slimflem/6407388 to your computer and use it in GitHub Desktop.

Select an option

Save slimflem/6407388 to your computer and use it in GitHub Desktop.
sc.exe to set a dependency on LanmanWorkstation for a Windows Service. This is useful to ensure a Windows Service does not start until one of the very last services to start on the machine.
sc.exe config MyCustomService depend= LanmanWorkstation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment