Skip to content

Instantly share code, notes, and snippets.

@antopor
Created November 18, 2015 20:33
Show Gist options
  • Save antopor/e6ce037d49d2aaef19f1 to your computer and use it in GitHub Desktop.
Save antopor/e6ce037d49d2aaef19f1 to your computer and use it in GitHub Desktop.
Windows service operations

https://support.microsoft.com/en-us/kb/251192

###Service list sc query type= service net start

###Register a service sc create MyServiceName start=[boot|system|auto|demand|disabled] binPath="path/to/MyService.exe" DisplayName="My Service Display Name" obj="UserName"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment